共用方式為


WebSocketDeflateOptions.ClientMaxWindowBits 屬性

定義

此參數表示客戶端用來壓縮訊息和伺服器解壓縮訊息的 LZ77 滑動視窗大小的基底 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

適用於