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

Assembly: Asgard5Library (Module: Asgard5Library)