15 references to HttpListenerContext
System (15)
net\System\Net\HttpListenerResponse.cs (15)
66
return
HttpListenerContext
.Request;
345
HttpListenerContext
.Abort();
372
HttpListenerContext
.Close();
404
HttpListenerContext
.Close();
434
m_ResponseStream = new HttpResponseStream(
HttpListenerContext
);
446
HttpListenerContext
.Close();
485
HttpListenerContext
.SetAuthenticationHeaders();
532
HttpListenerContext
.EnsureBoundHandle();
536
HttpListenerContext
.RequestQueueHandle,
561
HttpListenerContext
.EnsureBoundHandle();
565
HttpListenerContext
.RequestQueueHandle,
606
if (cookie.Variant==CookieVariant.Rfc2965 || (
HttpListenerContext
.PromoteCookiesToRfc2965 && cookie.Variant==CookieVariant.Rfc2109)) {
700
if (
HttpListenerContext
.MutualAuthentication != null &&
HttpListenerContext
.MutualAuthentication.Length > 0)
702
Headers.SetInternal(HttpResponseHeader.WwwAuthenticate,
HttpListenerContext
.MutualAuthentication);