Click or drag to resize

Messenger Methods

The Messenger type exposes the following members.

Methods
  Name Description
Public method Static member BulkWalk(VersionCode, IPEndPoint, OctetString, ObjectIdentifier, IListVariable, Int32, Int32, WalkMode, IPrivacyProvider, ISnmpMessage) Obsolete.
Walks (based on GET BULK).
Public method Static member BulkWalk(VersionCode, IPEndPoint, OctetString, OctetString, ObjectIdentifier, IListVariable, Int32, Int32, WalkMode, IPrivacyProvider, ISnmpMessage) Walks (based on GET BULK).
Public method Static member BulkWalkAsync(VersionCode, IPEndPoint, OctetString, ObjectIdentifier, IListVariable, Int32, WalkMode, IPrivacyProvider, ISnmpMessage) Obsolete.
Walks (based on GET BULK).
Public method Static member BulkWalkAsync(VersionCode, IPEndPoint, OctetString, OctetString, ObjectIdentifier, IListVariable, Int32, WalkMode, IPrivacyProvider, ISnmpMessage) Walks (based on GET BULK).
Public method Static member Get Gets a list of variable binds.
Public method Static member GetAsync Gets a list of variable binds.
Public Extension Method GetErrorMessage Returns error message for the specific ObjectIdentifier.
Public method Static member GetNextDiscovery Returns a new discovery request.
Public method Static member GetTable Obsolete.
Gets a table of variables.
Public method Static member SendInform(Int32, VersionCode, IPEndPoint, OctetString, ObjectIdentifier, UInt32, IListVariable, Int32, IPrivacyProvider, ISnmpMessage) Obsolete.
Sends INFORM message.
Public method Static member SendInform(Int32, VersionCode, IPEndPoint, OctetString, OctetString, ObjectIdentifier, UInt32, IListVariable, Int32, IPrivacyProvider, ISnmpMessage) Sends INFORM message.
Public method Static member SendInformAsync(Int32, VersionCode, IPEndPoint, OctetString, ObjectIdentifier, UInt32, IListVariable, IPrivacyProvider, ISnmpMessage) Obsolete.
Sends INFORM message.
Public method Static member SendInformAsync(Int32, VersionCode, IPEndPoint, OctetString, OctetString, ObjectIdentifier, UInt32, IListVariable, IPrivacyProvider, ISnmpMessage) Sends INFORM message.
Public method Static member SendTrapV1 Sends a TRAP v1 message.
Public method Static member SendTrapV1Async Sends a TRAP v1 message.
Public method Static member SendTrapV2 Sends TRAP v2 message.
Public method Static member SendTrapV2Async Sends TRAP v2 message.
Public method Static member Set Sets a list of variable binds.
Public method Static member SetAsync Sets a list of variable binds.
Public method Static member Walk Walks (based on GET NEXT).
Public method Static member WalkAsync Walks (based on GET NEXT).
Top
See Also