WebSocketClientIsClosed 属性 |
获取当前的客户端状态是否关闭了连接,当自己手动处理网络异常事件的时候,在重连之前就需要判断是否关闭了连接。
Obtain whether the current client status has closed the connection. When manually handling network abnormal events, you need to determine whether the connection is closed before reconnecting.
命名空间:
HslCommunication.WebSocket
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool IsClosed { get; }
Public ReadOnly Property IsClosed As Boolean
Get
public:
property bool IsClosed {
bool get ();
}
member IsClosed : bool with get
属性值
类型:
Boolean参见