Click or drag to resize

SnmpMessageExtension Class

Extension methods for ISnmpMessage.
Inheritance Hierarchy
SystemObject
  Lextm.SharpSnmpLib.MessagingSnmpMessageExtension

Namespace: Lextm.SharpSnmpLib.Messaging
Assembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntax
public static class SnmpMessageExtension

The SnmpMessageExtension type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberIsRunningOnIOS Gets a value indicating whether it is running on iOS.
Public propertyStatic memberIsRunningOnMac Gets a value indicating whether it is running on macOS.
Public propertyStatic memberIsRunningOnWindows Gets a value indicating whether it is running on Windows.
Top
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