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