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

適用対象