PowerSNMP for .NET updated

Released: Jul 30, 2014

Updates in this release

Updates in V4.7

  • Added an awaitable GetResponseTaskAsync method to the SnmpSocket class.
  • Improved support for CAS level 2 applications in medium trust environments.
  • Standardized and improved error reporting during USM authentication.
  • Manager and Agent components now bind to IpAddress.Any or IpAddress.AnyV6 by default.
  • 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.