KestrelServerOptions.AllowResponseHeaderCompression Property

Definition

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.

Applies to