WebSocketDeflateOptions.ClientMaxWindowBits 属性

定义

此参数指示客户端用于压缩消息的 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

适用于