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