WebSocketDeflateOptions.ServerMaxWindowBits Property
Namespace: Rebex.Net
Assembly: Rebex.WebSocket.dll (version 7.0.9448)
ServerMaxWindowBits
Gets or sets a number which represents base-2 logarithm of the LZ77 window size, the client wishes to be used by the server to compress messages. This must be number between 8 and 15. Default is 15, which corresponds to 32KB LZ77 window.
Declaration
public int ServerMaxWindowBits { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |