KestrelServerOptions.AllowResponseHeaderCompression 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.
Gets or sets a value that controls whether dynamic compression of response headers is allowed. For more information about the security considerations of HPack dynamic header compression, visit https://tools.ietf.org/html/rfc7541#section-7.
public:
property bool AllowResponseHeaderCompression { bool get(); void set(bool value); };
public bool AllowResponseHeaderCompression { get; set; }
member this.AllowResponseHeaderCompression : bool with get, set
Public Property AllowResponseHeaderCompression As Boolean
Property Value
Remarks
Defaults to true.