Sandbox Logo

WebSocket.EnableCompression

bool EnableCompression { get; set; }

Description

Enable or disable compression for the websocket. If the server supports it, compression will be enabled for all messages. Note: compression is disabled by default, and can be dangerous if you are sending secrets across the network.

Return

User Comments