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