3 references to IsHttp11
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
65
private bool IsSupportedProtocol => HttpProtocol.
IsHttp11
(Request.Protocol) || HttpProtocol.IsHttp10(Request.Protocol);
Microsoft.AspNetCore.Hosting (1)
Internal\HostingTelemetryHelpers.cs (1)
95
if (HttpProtocol.
IsHttp11
(protocol))
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
219
else if (AspNetCore.Http.HttpProtocol.
IsHttp11
(value))