WebSocketDeflateOptions.ServerMaxWindowBits 属性

定义

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

适用于