WebSocketAcceptContext.DangerousEnableCompression Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables support for the 'permessage-deflate' WebSocket extension.
Be aware that enabling compression over encrypted connections makes the application subject to CRIME/BREACH type attacks. It is strongly advised to turn off compression when sending data containing secrets by specifying DisableCompression when sending such messages.public bool DangerousEnableCompression { get; set; }
member this.DangerousEnableCompression : bool with get, set
Public Property DangerousEnableCompression As Boolean