| 
            
              SnmpMessageExtension Class
             | 
          
        
        
        
          
            
Inheritance Hierarchy
         
        
          SystemObject
          
  GSF.Net.Snmp.MessagingSnmpMessageExtension
        
        Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic static class SnmpMessageExtension
<ExtensionAttribute>
Public NotInheritable Class SnmpMessageExtension
[ExtensionAttribute]
public ref class SnmpMessageExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type SnmpMessageExtension = class end
GSF.Net.Snmp.Messaging.SnmpMessageExtension = function();
Type.createClass(
	'GSF.Net.Snmp.Messaging.SnmpMessageExtension');
 View SourceThe SnmpMessageExtension type exposes the following members.
Properties
Methods|   | Name | Description | 
|---|
  | BeginGetResponse | Obsolete. 
            Begins to asynchronously send an ISnmpMessage to an IPEndPoint.
             | 
  | Community | 
            Community name.
             | 
  | EndGetResponse | Obsolete. 
            Ends a pending asynchronous read.
             | 
  | 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, UserRegistry, Socket) | 
            Sends an ISnmpMessage and handles the response from agent.
             | 
  | 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.
             | 
  | TypeCode | 
            Gets the SnmpType.
             | 
  | Variables | 
            Variables.
             | 
Top
See Also