共用方式為


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

適用於