4 references to Http3PeerSetting
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3PeerSettings.cs (4)
28
list.Add(new
Http3PeerSetting
(Http3SettingType.QPackMaxTableCapacity, HeaderTableSize));
33
list.Add(new
Http3PeerSetting
(Http3SettingType.MaxFieldSectionSize, MaxRequestHeaderFieldSectionSize));
38
list.Add(new
Http3PeerSetting
(Http3SettingType.EnableWebTransport, EnableWebTransport));
43
list.Add(new
Http3PeerSetting
(Http3SettingType.H3Datagram, H3Datagram));