WebSocketCompression Property |
Namespace: Sfs2X.WebSocketSharp
public CompressionMethod Compression { get; set; }
One of the CompressionMethod enum values.
It specifies the compression method used to compress a message.
The default value is None.
Exception | Condition |
---|---|
InvalidOperationException | The set operation is not available if this instance is not a client. |