WebSocketSessionIsQASession 属性 |
当前的会话是否是问答客户端,如果是问答客户端的话,数据的推送是无效的。
命名空间:
HslCommunication.WebSocket
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool IsQASession { get; set; }
Public Property IsQASession As Boolean
Get
Set
public:
property bool IsQASession {
bool get ();
void set (bool value);
}
member IsQASession : bool with get, set
属性值
类型:
Boolean参见