5 references to IsHttp3
Microsoft.AspNetCore.Hosting (1)
Internal\HostingMetrics.cs (1)
157
if (HttpProtocol.
IsHttp3
(protocol))
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
HttpProtocolTests.cs (1)
24
Assert.Equal(match, HttpProtocol.
IsHttp3
(protocol));
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
212
if (AspNetCore.Http.HttpProtocol.
IsHttp3
(value))
Microsoft.AspNetCore.SpaServices.Extensions (1)
Proxying\SpaProxy.cs (1)
170
if ((HttpProtocol.IsHttp2(context.Request.Protocol) || HttpProtocol.
IsHttp3
(context.Request.Protocol))
Microsoft.AspNetCore.TestHost (1)
HttpContextBuilder.cs (1)
93
HttpProtocol.
IsHttp3
(_httpContext.Request.Protocol))