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