16 references to RequestVersionOrHigher
HttpClientApp (1)
IIS.FunctionalTests (2)
Interop.FunctionalTests (5)
Http2WebSocketInteropTests.cs (2)
30new object[] { "http", "1.1", HttpVersionPolicy.RequestVersionOrHigher, HttpProtocols.Http1AndHttp2, "HTTP/1.1" }, // No TLS/APLN, Can't upgrade
38list.Add(new object[] { "https", "1.1", HttpVersionPolicy.RequestVersionOrHigher, HttpProtocols.Http1AndHttp2, "HTTP/2" }); // Upgrade
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (2)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (4)
System.Net.WebSockets.Client (2)