2 references to IsHttp2
Microsoft.AspNetCore.Hosting (1)
Internal\HostingTelemetryHelpers.cs (1)
99if (HttpProtocol.IsHttp2(protocol))
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
215else if (AspNetCore.Http.HttpProtocol.IsHttp2(value))