WebSocketDeflateOptions.ClientMaxWindowBits 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此参数指示客户端用于压缩消息的 LZ77 滑动窗口大小的 base-2 对数,以及服务器用于解压缩消息。 必须是介于 9 和 15 之间的值。 默认值为 15。
public:
property int ClientMaxWindowBits { int get(); void set(int value); };
public int ClientMaxWindowBits { get; set; }
member this.ClientMaxWindowBits : int with get, set
Public Property ClientMaxWindowBits As Integer
属性值
注解
https://tools.ietf.org/html/rfc7692#section-7.1.2.2