4 references to IsHttp10
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)
163if (HttpProtocol.IsHttp10(protocol))
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
HttpProtocolTests.cs (1)
81Assert.Equal(match, HttpProtocol.IsHttp10(protocol));
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
224else if (AspNetCore.Http.HttpProtocol.IsHttp10(value))