8 references to HttpListenerContext
System (8)
net\System\Net\HttpListenerRequest.cs (8)
112
httpListenerRequest.
HttpListenerContext
.RequestQueueHandle,
446
m_RequestStream = HasEntityBody ? new HttpRequestStream(
HttpListenerContext
) : Stream.Null;
456
IPrincipal user =
HttpListenerContext
.User;
689
if (
HttpListenerContext
.PromoteCookiesToRfc2965) {
788
HttpListenerContext
.EnsureBoundHandle();
836
HttpListenerContext
.RequestQueueHandle,
934
HttpListenerContext
.RequestQueueHandle,
1018
return
HttpListenerContext
.Listener.GetChannelBindingFromTls(m_ConnectionId);