Click or drag to resize

SnmpMessageExtension Methods

The SnmpMessageExtension type exposes the following members.

Methods
 NameDescription
Public Extension MethodCommunity Community name.
Public Extension MethodGetResponse(ISnmpMessage, Int32, IPEndPoint) Sends this ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponse(ISnmpMessage, Int32, IPEndPoint, UserRegistry) Sends this ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponse(ISnmpMessage, Int32, IPEndPoint, Socket) Sends this ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponse(ISnmpMessage, Int32, IPEndPoint, UserRegistry, Socket) Sends an ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponseAsync(ISnmpMessage, IPEndPoint) Sends this ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponseAsync(ISnmpMessage, IPEndPoint, UserRegistry) Sends this ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponseAsync(ISnmpMessage, IPEndPoint, Socket) Sends this ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponseAsync(ISnmpMessage, IPEndPoint, CancellationToken) Sends this ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponseAsync(ISnmpMessage, IPEndPoint, UserRegistry, Socket) Sends an ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponseAsync(ISnmpMessage, IPEndPoint, UserRegistry, CancellationToken) Sends this ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponseAsync(ISnmpMessage, IPEndPoint, Socket, CancellationToken) Sends this ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponseAsync(ISnmpMessage, IPEndPoint, UserRegistry, Socket, CancellationToken) Sends an ISnmpMessage and handles the response from agent.
Public methodStatic memberIsRunningOnMono Tests if running on Mono.
Public Extension MethodMessageId Gets the message ID.
Public Extension MethodPdu PDU.
Public Extension MethodRequestId Request ID.
Public Extension MethodSend(ISnmpMessage, EndPoint) Sends an ISnmpMessage.
Public Extension MethodSend(ISnmpMessage, EndPoint, Socket) Sends an ISnmpMessage.
Public Extension MethodSendAsync(ISnmpMessage, EndPoint) Sends an ISnmpMessage.
Public Extension MethodSendAsync(ISnmpMessage, EndPoint, Socket) Sends an ISnmpMessage.
Public Extension MethodSendAsync(ISnmpMessage, EndPoint, CancellationToken) Sends an ISnmpMessage.
Public Extension MethodSendAsync(ISnmpMessage, EndPoint, Socket, CancellationToken) Sends an ISnmpMessage.
Public Extension MethodTypeCode Gets the SnmpType.
Public Extension MethodVariables Variables.
Top
See Also