3 references to HttpListenerRequest
System.Net.HttpListener (3)
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)