19 references to Http1AndHttp2AndHttp3
Http3SampleApp (2)
Program.cs (2)
49listenOptions.Protocols = HttpProtocols.Http1AndHttp2AndHttp3; 67listenOptions.Protocols = HttpProtocols.Http1AndHttp2AndHttp3;
InMemory.FunctionalTests (5)
HttpsTests.cs (1)
532listenOptions.Protocols = HttpProtocols.Http1AndHttp2AndHttp3;
ResponseTests.cs (4)
4379Protocols = HttpProtocols.Http1AndHttp2AndHttp3 4412Protocols = HttpProtocols.Http1AndHttp2AndHttp3, 4449Protocols = HttpProtocols.Http1AndHttp2AndHttp3, 4547Protocols = HttpProtocols.Http1AndHttp2AndHttp3,
Interop.FunctionalTests (2)
Http3\Http3RequestTests.cs (1)
900listenOptions.Protocols = HttpProtocols.Http1AndHttp2AndHttp3;
Http3\Http3TlsTests.cs (1)
258[InlineData(HttpProtocols.Http1AndHttp2AndHttp3)]
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (3)
KestrelServerTests.cs (3)
187[InlineData(HttpProtocols.Http1AndHttp2AndHttp3)] 429options.Protocols = HttpProtocols.Http1AndHttp2AndHttp3; 456options.Protocols = HttpProtocols.Http1AndHttp2AndHttp3;
Microsoft.AspNetCore.Server.Kestrel.Tests (1)
KestrelConfigurationLoaderTests.cs (1)
1039[InlineData("http1AndHttp2andHttp3", HttpProtocols.Http1AndHttp2AndHttp3)]
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (4)
WebHostTests.cs (4)
151listenOptions.Protocols = Core.HttpProtocols.Http1AndHttp2AndHttp3; 188listenOptions.Protocols = Core.HttpProtocols.Http1AndHttp2AndHttp3; 226listenOptions.Protocols = Core.HttpProtocols.Http1AndHttp2AndHttp3; 297listenOptions.Protocols = Core.HttpProtocols.Http1AndHttp2AndHttp3;
WebTransportInteractiveSampleApp (1)
Program.cs (1)
35listenOptions.Protocols = HttpProtocols.Http1AndHttp2AndHttp3;
WebTransportSampleApp (1)
Program.cs (1)
19listenOptions.Protocols = HttpProtocols.Http1AndHttp2AndHttp3;