| 
            
              SnmpMessageExtension Methods
             | 
          
        
        The SnmpMessageExtension type exposes the following members.
        
          
            
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