Http3Limits Class
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 only applicable to HTTP/3 connections.
public ref class Http3Limits
public class Http3Limits
type Http3Limits = class
Public Class Http3Limits
- Inheritance
-
Http3Limits
Constructors
Http3Limits() |
Properties
HeaderTableSize |
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 |
MaxRequestHeaderFieldSize |
Indicates the size of the maximum allowed size of a request header field sequence. 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 (16,384). |