- Added an awaitable GetResponseTaskAsync method to the SnmpSocket class; developers must use Dart.Snmp.45.dll to take advantage of this functionality.
- Improved support for CAS level 2 applications in medium trust environments.
- Standardized and improved error reporting during USM authentication.
- The Manager and Agent Start(ThreadStart, Object) methods, and the default SnmpSocket constructor now bind to IPAddress.Any.
- Interface Changes:
- MessageBase.EncodedMessage now returns a byte array instead of a Segment in order to reduce memory usage.
- The GetTable and Walk methods now take a Security object as an argument instead of a User object. Create a new Security object and set the User property to replicate the previous version's behavior.
- ErrorCode.AuthenticationFailed has been removed. The Security.AuthenticationFailed property should now be used.
Product fixes in this release:
- Improved parsing of MIB definitions when they are loaded out of order. (261, 307)
- The Agent component no longer throw an ArgumentOutOfRangeException when a .iso variable is used with a GetNextMessage. (317)
- Calling Message.ToString() will no longer throw an exception if the message has not been sent previously. (382)
- An inherited MibNode will use the parent's display hint if the MibNode does not define its own. (384)
- Variables that can be created and are in the Agent's MibNodes collection but not in the Agent's variable collection will now be created if a Set message is received. (412)
- If an agent receives a trap the RequestReceived event will no longer be raised and the Log event will be raised instead. (420)
- Thread safe collections are now used where thread collisions are of concern. (435)
- Removed a call to DoEvents during Mib parsing to allow parsing in environments that do not have access to the System.Windows.Forms namespace. (436)
- Counter, Gauge, TimeTicks and Uinteger will now serialize and deserialize correctly. (437)
- GetBulkMessage will only return variables up to the end of the MibView when repetitions exceed the number of variables available. (512)
- The Agent component's SysUpTime property is no longer part of the component's designer interface. (526)
- Single line enumerated TEXTUAL-CONVENTIONS are now parsed correctly. (527)
- Resolved an issue where the Manager component's Mib importer form would intermittently fail to load (530)
更新時間:2015-11-09 14:15:19.000 | 錄入時間:2009-03-06 13:35:25.000 | 責任編輯:陳俊吉