获取或设置当前的客户端用于服务器连接的套接字。
            Gets or sets the socket currently used by the client for server connection.
            
 
        命名空间: 
     HslCommunication.Core.Pipe
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public Socket Socket { get; set; }Public Property Socket As Socket
	Get
	Set
public:
property Socket^ Socket {
	Socket^ get ();
	void set (Socket^ value);
}member Socket : Socket with get, set
属性值
类型:
Socket 参见
参见