websocket-sharp
System.Enum
Contains the values of the compression methods used to compress the payload data of the WebSocket Data frame.
The CompressionMethod enumeration contains the values of the compression methods defined in
WebSocket Per-message Compression
specification for a WebSocket extension.
Field
WebSocketSharp.CompressionMethod
Indicates using DEFLATE.
Field
WebSocketSharp.CompressionMethod
Indicates non compression.