SnmpMessageExtension Class |
Inheritance HierarchySystemObject Lextm.SharpSnmpLib.MessagingSnmpMessageExtension Namespace: Lextm.SharpSnmpLib.MessagingAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic static class SnmpMessageExtension
<ExtensionAttribute>
Public NotInheritable Class SnmpMessageExtension
You do not need to declare an instance of a static class in order to access its members.
[ExtensionAttribute]
public ref class SnmpMessageExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type SnmpMessageExtension = class end
The SnmpMessageExtension type exposes the following members.
Properties
Methods | Name | Description |
---|
 | Community |
Community name.
|
 | GetResponse(ISnmpMessage, Int32, IPEndPoint) |
Sends this ISnmpMessage and handles the response from agent.
|
 | GetResponse(ISnmpMessage, Int32, IPEndPoint, UserRegistry) |
Sends this ISnmpMessage and handles the response from agent.
|
 | GetResponse(ISnmpMessage, Int32, IPEndPoint, Socket) |
Sends this ISnmpMessage and handles the response from agent.
|
 | GetResponse(ISnmpMessage, Int32, IPEndPoint, UserRegistry, Socket) |
Sends an ISnmpMessage and handles the response from agent.
|
 | GetResponseAsync(ISnmpMessage, IPEndPoint) |
Sends this ISnmpMessage and handles the response from agent.
|
 | GetResponseAsync(ISnmpMessage, IPEndPoint, UserRegistry) |
Sends this ISnmpMessage and handles the response from agent.
|
 | GetResponseAsync(ISnmpMessage, IPEndPoint, Socket) |
Sends this ISnmpMessage and handles the response from agent.
|
 | GetResponseAsync(ISnmpMessage, IPEndPoint, CancellationToken) |
Sends this ISnmpMessage and handles the response from agent.
|
 | GetResponseAsync(ISnmpMessage, IPEndPoint, UserRegistry, Socket) |
Sends an ISnmpMessage and handles the response from agent.
|
 | GetResponseAsync(ISnmpMessage, IPEndPoint, UserRegistry, CancellationToken) |
Sends this ISnmpMessage and handles the response from agent.
|
 | GetResponseAsync(ISnmpMessage, IPEndPoint, Socket, CancellationToken) |
Sends this ISnmpMessage and handles the response from agent.
|
 | GetResponseAsync(ISnmpMessage, IPEndPoint, UserRegistry, Socket, CancellationToken) |
Sends an ISnmpMessage and handles the response from agent.
|
  | IsRunningOnMono |
Tests if running on Mono.
|
 | MessageId |
Gets the message ID.
|
 | Pdu |
PDU.
|
 | RequestId |
Request ID.
|
 | Send(ISnmpMessage, EndPoint) |
Sends an ISnmpMessage.
|
 | Send(ISnmpMessage, EndPoint, Socket) |
Sends an ISnmpMessage.
|
 | SendAsync(ISnmpMessage, EndPoint) |
Sends an ISnmpMessage.
|
 | SendAsync(ISnmpMessage, EndPoint, Socket) |
Sends an ISnmpMessage.
|
 | SendAsync(ISnmpMessage, EndPoint, CancellationToken) |
Sends an ISnmpMessage.
|
 | SendAsync(ISnmpMessage, EndPoint, Socket, CancellationToken) |
Sends an ISnmpMessage.
|
 | TypeCode |
Gets the SnmpType.
|
 | Variables |
Variables.
|
Top
See Also