6 references to ProtocolVersion
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (1)
131Trace($"{context.Request.HttpMethod} {context.Request.RawUrl} (HTTP {context.Request.ProtocolVersion})");
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (1)
131Trace($"{context.Request.HttpMethod} {context.Request.RawUrl} (HTTP {context.Request.ProtocolVersion})");
System.Net.HttpListener (4)
System\Net\HttpListenerRequest.cs (1)
167if (ProtocolVersion >= HttpVersion.Version11)
System\Net\HttpListenerResponse.cs (1)
64if (value == EntitySendFormat.Chunked && HttpListenerRequest.ProtocolVersion.Minor == 0)
System\Net\Managed\HttpListenerResponse.Managed.cs (2)
178if (HttpListenerRequest.ProtocolVersion <= HttpVersion.Version10) 253if (HttpListenerRequest.ProtocolVersion <= HttpVersion.Version10)