4 references to IsHttp2
Microsoft.AspNetCore.Hosting (1)
Internal\HostingTelemetryHelpers.cs (1)
100if (HttpProtocol.IsHttp2(protocol))
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
215else 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) ||