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