PipeSocketIsSocketError 属性 |
指示长连接的套接字是否处于错误的状态
Indicates if the long-connected socket is in the wrong state
命名空间:
HslCommunication.Core.Pipe
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool IsSocketError { get; set; }
Public Property IsSocketError As Boolean
Get
Set
public:
property bool IsSocketError {
bool get ();
void set (bool value);
}
member IsSocketError : bool with get, set
属性值
类型:
Boolean参见