2 references to IsHttp10
Microsoft.AspNetCore.Hosting (1)
Internal\HostingTelemetryHelpers.cs (1)
111
if (HttpProtocol.
IsHttp10
(protocol))
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
223
else if (AspNetCore.Http.HttpProtocol.
IsHttp10
(value))