| WebSocketHelperGetResponse 方法  | 
 
            获取初步握手的时候的完整返回的数据信息
            
 
        命名空间: 
     HslCommunication.WebSocket
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public static OperateResult<byte[]> GetResponse(
	string httpGet
)
Public Shared Function GetResponse ( 
	httpGet As String
) As OperateResult(Of Byte())
public:
static OperateResult<array<unsigned char>^>^ GetResponse(
	String^ httpGet
)
static member GetResponse : 
        httpGet : string -> OperateResult<byte[]> 
参数
- httpGet
- 类型:SystemString
 请求的网页信息
返回值
类型:
OperateResultByte完整的返回信息
 参见
参见