5 references to Listener
System (5)
net\System\Net\_ListenerResponseStream.cs (3)
205if (m_HttpContext.Listener.IgnoreWriteExceptions) { 299if (m_HttpContext.Listener.IgnoreWriteExceptions && sentHeaders) { 431if (m_HttpContext.Listener.IgnoreWriteExceptions) {
net\System\Net\HttpListenerContext.cs (1)
266Listener.SetAuthenticationHeaders(this);
net\System\Net\HttpListenerRequest.cs (1)
1018return HttpListenerContext.Listener.GetChannelBindingFromTls(m_ConnectionId);