WebSocketAcceptContext.DisableServerContextTakeover 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.
Disables server context takeover when using compression. This setting reduces the memory overhead of compression at the cost of a potentially worse compression ratio.
public bool DisableServerContextTakeover { get; set; }
member this.DisableServerContextTakeover : bool with get, set
Public Property DisableServerContextTakeover As Boolean
Property Value
false
Remarks
This property does nothing when DangerousEnableCompression is false, or when the client does not use compression.