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