Gets the underlying Socket.
Namespace: Limilabs.WHOIS.ClientAssembly: Whois (in Whois.dll) Version: 2.0.1238.1610
Syntax
C# |
---|
public Socket Socket { get; } |
Visual Basic |
---|
Public ReadOnly Property Socket As Socket
Get |
Visual C++ |
---|
public:
property Socket^ Socket {
Socket^ get ();
} |
See Also