PowerSNMP for .NET
Socket Property




Gets the socket used by the component for communications.
Syntax
Public ReadOnly Property Socket As Socket
Dim instance As SocketBase
Dim value As Socket
 
value = instance.Socket
public Socket Socket {get;}
public: __property Socket* get_Socket();
public:
property Socket^ Socket {
   Socket^ get();
}

Property Value

The Socket used for UDP or TCP communications. Returns null when not in use.
See Also

Reference

SocketBase Class
SocketBase Members


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