WebSocketClientSupportDeflate 属性 |
获取或设置是否支持数据压缩功能,默认支持压缩功能,如果服务器不支持压缩功能,请设置为 false。
Get or set whether data compression function is supported. By default, compression function is supported. If the server does not support compression function, please set it to false.
命名空间:
HslCommunication.WebSocket
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.5.3.0 (12.5.3.0)
语法public bool SupportDeflate { get; set; }Public Property SupportDeflate As Boolean
Get
Set
public:
property bool SupportDeflate {
bool get ();
void set (bool value);
}member SupportDeflate : bool with get, set
属性值
类型:
Boolean
参见