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