WebSocketClientGetCarryHostAndPort 属性 |
获取或设置连接时候的 GET 命令后面是否协议Host及端口号信息,默认为 False,不携带。
Obtain or set the protocol host and port number information after the GET command when connecting, which is False by default and does not carry it.
命名空间:
HslCommunication.WebSocket
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool GetCarryHostAndPort { get; set; }
Public Property GetCarryHostAndPort As Boolean
Get
Set
public:
property bool GetCarryHostAndPort {
bool get ();
void set (bool value);
}
member GetCarryHostAndPort : bool with get, set
属性值
类型:
Boolean参见