Http2Limits.MaxRequestHeaderFieldSize 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.
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