PowerSNMP for .NET
SnmpSocket Class Members
Fields  Properties  Methods 


The following tables list the members exposed by SnmpSocket.

Public Constructors
 NameDescription
Public ConstructorSnmpSocket ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public FieldEntity Provides read-only access to the parent SNMP entity.  
Top
Public Properties
 NameDescription
Public PropertyAddressFamily (Inherited from System.Net.Sockets.Socket)
Public PropertyAvailable (Inherited from System.Net.Sockets.Socket)
Public PropertyBlocking (Inherited from System.Net.Sockets.Socket)
Public PropertyConnected (Inherited from System.Net.Sockets.Socket)
Public PropertyDontFragment (Inherited from System.Net.Sockets.Socket)
Public PropertyDualMode (Inherited from System.Net.Sockets.Socket)
Public PropertyEnableBroadcast (Inherited from System.Net.Sockets.Socket)
Public PropertyExclusiveAddressUse (Inherited from System.Net.Sockets.Socket)
Public PropertyHandle (Inherited from System.Net.Sockets.Socket)
Public PropertyIsBound (Inherited from System.Net.Sockets.Socket)
Public PropertyLingerState (Inherited from System.Net.Sockets.Socket)
Public PropertyLocalEndPoint (Inherited from System.Net.Sockets.Socket)
Public PropertyMulticastLoopback (Inherited from System.Net.Sockets.Socket)
Public PropertyNoDelay (Inherited from System.Net.Sockets.Socket)
Public PropertyProtocolType (Inherited from System.Net.Sockets.Socket)
Public PropertyReceiveBufferSize (Inherited from System.Net.Sockets.Socket)
Public PropertyReceiveTimeout (Inherited from System.Net.Sockets.Socket)
Public PropertyRemoteEndPoint (Inherited from System.Net.Sockets.Socket)
Public PropertySafeHandle (Inherited from System.Net.Sockets.Socket)
Public PropertySendBufferSize (Inherited from System.Net.Sockets.Socket)
Public PropertySendTimeout (Inherited from System.Net.Sockets.Socket)
Public PropertySocketType (Inherited from System.Net.Sockets.Socket)
Public PropertyTtl (Inherited from System.Net.Sockets.Socket)
Top
Public Methods
 NameDescription
Public MethodAccept (Inherited from System.Net.Sockets.Socket)
Public MethodAcceptAsyncOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodBeginAcceptOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodBeginConnectOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodBeginDisconnect (Inherited from System.Net.Sockets.Socket)
Public MethodBeginReceiveOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodBeginReceiveFrom (Inherited from System.Net.Sockets.Socket)
Public MethodBeginReceiveMessageFrom (Inherited from System.Net.Sockets.Socket)
Public MethodBeginSendOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodBeginSendFileOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodBeginSendTo (Inherited from System.Net.Sockets.Socket)
Public MethodBind (Inherited from System.Net.Sockets.Socket)
Public MethodCloseOverloaded.  Release system resources.  
Public MethodConnectOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodConnectAsyncOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodDisconnect (Inherited from System.Net.Sockets.Socket)
Public MethodDisconnectAsyncOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodDisposeOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodDuplicateAndClose (Inherited from System.Net.Sockets.Socket)
Public MethodEndAcceptOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodEndConnect (Inherited from System.Net.Sockets.Socket)
Public MethodEndDisconnect (Inherited from System.Net.Sockets.Socket)
Public MethodEndReceiveOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodEndReceiveFrom (Inherited from System.Net.Sockets.Socket)
Public MethodEndReceiveMessageFrom (Inherited from System.Net.Sockets.Socket)
Public MethodEndSendOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodEndSendFile (Inherited from System.Net.Sockets.Socket)
Public MethodEndSendTo (Inherited from System.Net.Sockets.Socket)
Public MethodGetRawSocketOption (Inherited from System.Net.Sockets.Socket)
Public MethodGetResponseOverloaded.  Sends a request to the specified agent on port 161 and returns the response.  
Public MethodGetResponseAsync Sends a request to the specified target and returns the response by invoking the callback method on an IO completion thread.  
Public MethodGetResponsesOverloaded.  Sends a request and returns the responses. Can be used to discover multiple agents on a network.  
Public MethodGetResponseTaskAsync Sends a request to the specified target and returns the response in an awaitable Task.  
Public MethodGetSocketOptionOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodGetTableOverloaded.  Performs a series of blocking GetNext requests to retrieve a table using SNMP version 1.  
Public MethodIOControlOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodListenOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodPoll (Inherited from System.Net.Sockets.Socket)
Public MethodReceiveOverloaded. Reads and decodes the next SNMP message with matching StandardMessage.Id or Id. The IPEndPoint of the response must match the destination.  
Public MethodReceiveAsyncOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodReceiveFromOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodReceiveFromAsyncOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodReceiveMessageFromOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodReceiveMessageFromAsyncOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodSendOverloaded.  Encodes and sends a RequestMessage to the specified agent.  
Public MethodSendAsyncOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodSendFileOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodSendFileAsyncOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodSendPacketsAsync (Inherited from System.Net.Sockets.Socket)
Public MethodSendToOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodSendToAsyncOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodSetIPProtectionLevel (Inherited from System.Net.Sockets.Socket)
Public MethodSetRawSocketOption (Inherited from System.Net.Sockets.Socket)
Public MethodSetSocketOptionOverloaded.  (Inherited from System.Net.Sockets.Socket)
Public MethodShutdown (Inherited from System.Net.Sockets.Socket)
Public MethodWalkOverloaded.  Performs a series of blocking requests to walk a MIB using SNMP version 1.  
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from System.Net.Sockets.Socket)
Top
See Also

Reference

SnmpSocket Class
Dart.Snmp Namespace


PowerSNMP for .NET Documentation Version 6.0
© 2021 Dart Communications. All Rights Reserved.
Send comments on this topic