4 references to IsHttp11
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
63
private bool IsSupportedProtocol => HttpProtocol.
IsHttp11
(Request.Protocol) || HttpProtocol.IsHttp10(Request.Protocol);
Microsoft.AspNetCore.Hosting (1)
Internal\HostingMetrics.cs (1)
146
if (HttpProtocol.
IsHttp11
(protocol))
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
HttpProtocolTests.cs (1)
62
Assert.Equal(match, HttpProtocol.
IsHttp11
(protocol));
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
220
else if (AspNetCore.Http.HttpProtocol.
IsHttp11
(value))