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