Reference Library
Socket Property
NamespacesAsgard5.NetSocketClientSocket
The socket for this socket client instance.
Declaration Syntax
C#Visual BasicVisual C++
public Socket Socket { get; set; }
Public Property Socket As Socket
	Get
	Set
public:
property Socket^ Socket {
	Socket^ get ();
	void set (Socket^ value);
}

Assembly: Asgard5Library (Module: Asgard5Library)