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