Http2Limits.HeaderTableSize Property

Definition

Limits the size of the header compression tables, in octets, the HPACK encoder and decoder on the server can use.

Value must be greater than or equal to 0, defaults to 4096 octets (4 KiB).

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

Property Value

Applies to