点击或拖拽改变大小

WebSocketHelperCheckWebSocketLegality 方法

检测当前的反馈对象是否是标准的websocket请求

命名空间:  HslCommunication.WebSocket
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public static OperateResult CheckWebSocketLegality(
	string httpGet
)

参数

httpGet
类型:SystemString
http的请求内容

返回值

类型:OperateResult
是否验证成功
参见