连接超时用的Socket,本超时对象主要针对套接字的连接,接收数据的超时检测,也可以设置为空,用作其他用途的超时检测。
Socket used for connection timeout. This timeout object is mainly for socket connection and timeout detection of received data.
It can also be set to empty for other purposes.
命名空间:
HslCommunication
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Socket WorkSocket { get; set; }
Public Property WorkSocket As Socket
Get
Set
public:
property Socket^ WorkSocket {
Socket^ get ();
void set (Socket^ value);
}
member WorkSocket : Socket with get, set
属性值
类型:
Socket参见