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