点击或拖拽改变大小

WebSocketHelperGetResponse 方法

获取初步握手的时候的完整返回的数据信息

命名空间:  HslCommunication.WebSocket
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public static OperateResult<byte[]> GetResponse(
	string httpGet
)

参数

httpGet
类型:SystemString
请求的网页信息

返回值

类型:OperateResultByte
完整的返回信息
参见