点击或拖拽改变大小

WebSocketHelperBuildWsRequest 方法

根据额外的参数信息,创建新的websocket的请求信息

命名空间:  HslCommunication.WebSocket
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static byte[] BuildWsRequest(
	string ipAddress,
	int port,
	string url,
	string extra,
	bool getCarryHostAndPort
)

参数

ipAddress
类型:SystemString
ip地址
port
类型:SystemInt32
端口号
url
类型:SystemString
跟在端口号后面的额外的参数信息
extra
类型:SystemString
额外的参数信息
getCarryHostAndPort
类型:SystemBoolean
GET命令是否携带 Host 信息。

返回值

类型:Byte
报文信息
参见