Http3Limits.HeaderTableSize Property

Definition

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

Value must be greater than 0, defaults to 4096

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