2 references to IsHttp3
Microsoft.AspNetCore.Hosting (1)
Internal\HostingTelemetryHelpers.cs (1)
105
if (HttpProtocol.
IsHttp3
(protocol))
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
211
if (AspNetCore.Http.HttpProtocol.
IsHttp3
(value))