Click or drag to resize

Messenger Methods

The Messenger type exposes the following members.

Methods
 NameDescription
Public methodStatic memberBulkWalk Walks (based on GET BULK).
Public methodStatic memberBulkWalkAsync(VersionCode, IPEndPoint, OctetString, OctetString, ObjectIdentifier, IListVariable, Int32, WalkMode, IPrivacyProvider, ISnmpMessage) Walks (based on GET BULK).
Public methodStatic memberBulkWalkAsync(VersionCode, IPEndPoint, OctetString, OctetString, ObjectIdentifier, IListVariable, Int32, WalkMode, IPrivacyProvider, ISnmpMessage, CancellationToken) Walks (based on GET BULK).
Public methodStatic memberGet Gets a list of variable binds.
Public methodStatic memberGetAsync(VersionCode, IPEndPoint, OctetString, IListVariable) Gets a list of variable binds.
Public methodStatic memberGetAsync(VersionCode, IPEndPoint, OctetString, IListVariable, CancellationToken) Gets a list of variable binds.
Public Extension MethodGetErrorMessage Returns error message for the specific ObjectIdentifier.
Public methodStatic memberGetNextDiscovery Returns a new discovery request.
Public methodStatic memberGetTable Gets a table of variables.
Obsolete
Public methodStatic memberSendInform Sends INFORM message.
Public methodStatic memberSendInformAsync(Int32, VersionCode, IPEndPoint, OctetString, OctetString, ObjectIdentifier, UInt32, IListVariable, IPrivacyProvider, ISnmpMessage) Sends INFORM message.
Public methodStatic memberSendInformAsync(Int32, VersionCode, IPEndPoint, OctetString, OctetString, ObjectIdentifier, UInt32, IListVariable, IPrivacyProvider, ISnmpMessage, CancellationToken) Sends INFORM message.
Public methodStatic memberSendTrapV1 Sends a TRAP v1 message.
Public methodStatic memberSendTrapV1Async(EndPoint, IPAddress, OctetString, ObjectIdentifier, GenericCode, Int32, UInt32, IListVariable) Sends a TRAP v1 message.
Public methodStatic memberSendTrapV1Async(EndPoint, IPAddress, OctetString, ObjectIdentifier, GenericCode, Int32, UInt32, IListVariable, CancellationToken) Sends a TRAP v1 message.
Public methodStatic memberSendTrapV2 Sends TRAP v2 message.
Public methodStatic memberSendTrapV2Async(Int32, VersionCode, EndPoint, OctetString, ObjectIdentifier, UInt32, IListVariable) Sends TRAP v2 message.
Public methodStatic memberSendTrapV2Async(Int32, VersionCode, EndPoint, OctetString, ObjectIdentifier, UInt32, IListVariable, CancellationToken) Sends TRAP v2 message.
Public methodStatic memberSet Sets a list of variable binds.
Public methodStatic memberSetAsync(VersionCode, IPEndPoint, OctetString, IListVariable) Sets a list of variable binds.
Public methodStatic memberSetAsync(VersionCode, IPEndPoint, OctetString, IListVariable, CancellationToken) Sets a list of variable binds.
Public methodStatic memberWalk Walks (based on GET NEXT).
Public methodStatic memberWalkAsync(VersionCode, IPEndPoint, OctetString, ObjectIdentifier, IListVariable, WalkMode) Walks (based on GET NEXT).
Public methodStatic memberWalkAsync(VersionCode, IPEndPoint, OctetString, ObjectIdentifier, IListVariable, WalkMode, CancellationToken) Walks (based on GET NEXT).
Top
See Also