5 references to IsHttp2
Microsoft.AspNetCore.Hosting (1)
Internal\HostingMetrics.cs (1)
151
if (HttpProtocol.
IsHttp2
(protocol))
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
HttpProtocolTests.cs (1)
43
Assert.Equal(match, HttpProtocol.
IsHttp2
(protocol));
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
216
else if (AspNetCore.Http.HttpProtocol.
IsHttp2
(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)
92
if (HttpProtocol.
IsHttp2
(_httpContext.Request.Protocol) ||