WebSocketClientAutoDecompress 属性 |
获取或设置数据自动解压缩功能,默认开启自动解压缩功能,如果需要自己手动解压缩数据的话,请设置为 false。
Get or set the automatic data decompression function. By default, the automatic decompression function is enabled. If you need to manually decompress the data, please set it to false.
命名空间:
HslCommunication.WebSocket
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.5.3.0 (12.5.3.0)
语法public bool AutoDecompress { get; set; }Public Property AutoDecompress As Boolean
Get
Set
public:
property bool AutoDecompress {
bool get ();
void set (bool value);
}member AutoDecompress : bool with get, set
属性值
类型:
Boolean
参见