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