Contains the values of the compression methods used to compress the payload data of the WebSocket Data frame.
Syntax
public enum CompressionMethod
Remarks
The CompressionMethod enumeration contains the values of the compression methods defined in
WebSocket Per-message Compression
specification for a WebSocket extension.
Members
Member Name
Description
DEFLATE
Indicates using DEFLATE.
NONE
Indicates non compression.
Requirements
Namespace: WebSocketSharp Assembly: websocket-sharp (in websocket-sharp.dll)