| ClientBaseSocket Property |
Gets the underlying Socket.
Namespace:
Limilabs.Client
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public Socket Socket { get; }
Public ReadOnly Property Socket As Socket
Get
public:
property Socket^ Socket {
Socket^ get ();
}
member Socket : Socket with get
Property Value
Type:
SocketSee Also