Http2Limits.MaxRequestHeaderFieldSize Property

Definition

Indicates the size of the maximum allowed size of a request header field sequence, in octets. This limit applies to both name and value sequences in their compressed and uncompressed representations.

Value must be greater than 0, defaults to 2^14 octets (16 KiB).

public:
 property int MaxRequestHeaderFieldSize { int get(); void set(int value); };
public int MaxRequestHeaderFieldSize { get; set; }
member this.MaxRequestHeaderFieldSize : int with get, set
Public Property MaxRequestHeaderFieldSize As Integer

Property Value

Applies to