2 references to IsHttp11
Microsoft.AspNetCore.Hosting (1)
Internal\HostingTelemetryHelpers.cs (1)
94
if (HttpProtocol.
IsHttp11
(protocol))
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
219
else if (AspNetCore.Http.HttpProtocol.
IsHttp11
(value))