Click or drag to resize

SnmpMessageExtension Methods

The SnmpMessageExtension type exposes the following members.

Methods
  Name Description
Public Extension Method BeginGetResponse Obsolete.
Begins to asynchronously send an ISnmpMessage to an IPEndPoint.
Public Extension Method Community Community name.
Public Extension Method EndGetResponse Obsolete.
Ends a pending asynchronous read.
Public Extension Method GetResponse(ISnmpMessage, Int32, IPEndPoint) Sends this ISnmpMessage and handles the response from agent.
Public Extension Method GetResponse(ISnmpMessage, Int32, IPEndPoint, UserRegistry) Sends this ISnmpMessage and handles the response from agent.
Public Extension Method GetResponse(ISnmpMessage, Int32, IPEndPoint, Socket) Sends this ISnmpMessage and handles the response from agent.
Public Extension Method GetResponse(ISnmpMessage, Int32, IPEndPoint, UserRegistry, Socket) Sends an ISnmpMessage and handles the response from agent.
Public Extension Method GetResponseAsync(ISnmpMessage, IPEndPoint) Sends this ISnmpMessage and handles the response from agent.
Public Extension Method GetResponseAsync(ISnmpMessage, IPEndPoint, UserRegistry) Sends this ISnmpMessage and handles the response from agent.
Public Extension Method GetResponseAsync(ISnmpMessage, IPEndPoint, Socket) Sends this ISnmpMessage and handles the response from agent.
Public Extension Method GetResponseAsync(ISnmpMessage, IPEndPoint, UserRegistry, Socket) Sends an ISnmpMessage and handles the response from agent.
Public Extension Method MessageId Gets the message ID.
Public Extension Method Pdu PDU.
Public Extension Method RequestId Request ID.
Public Extension Method Send(ISnmpMessage, EndPoint) Sends an ISnmpMessage.
Public Extension Method Send(ISnmpMessage, EndPoint, Socket) Sends an ISnmpMessage.
Public Extension Method SendAsync(ISnmpMessage, EndPoint) Sends an ISnmpMessage.
Public Extension Method SendAsync(ISnmpMessage, EndPoint, Socket) Sends an ISnmpMessage.
Public Extension Method TypeCode Gets the SnmpType.
Public Extension Method Variables Variables.
Top
See Also