13 instantiations of Http3PeerSetting
InMemory.FunctionalTests (9)
Http3\Http3StreamTests.cs (7)
2813new Http3PeerSetting(Core.Internal.Http3.Http3SettingType.MaxFieldSectionSize, 100)
3042new Http3PeerSetting(Internal.Http3.Http3SettingType.MaxFieldSectionSize, 100),
3043new Http3PeerSetting(Internal.Http3.Http3SettingType.EnableWebTransport, 1),
3044new Http3PeerSetting(Internal.Http3.Http3SettingType.H3Datagram, 1)
3230new Http3PeerSetting(Internal.Http3.Http3SettingType.MaxFieldSectionSize, 100),
3231new Http3PeerSetting(Internal.Http3.Http3SettingType.EnableWebTransport, 1),
3232new Http3PeerSetting(Internal.Http3.Http3SettingType.H3Datagram, 1)
Microsoft.AspNetCore.Server.Kestrel.Core (4)
26 references to Http3PeerSetting
InMemory.FunctionalTests (14)
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (5)