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