1 write to m_TimeoutManager
System (1)
net\System\Net\HttpListener.cs (1)
378
m_TimeoutManager
= new HttpListenerTimeoutManager(this);
2 references to m_TimeoutManager
System (2)
net\System\Net\HttpListener.cs (2)
550
Debug.Assert(
m_TimeoutManager
!= null, "Timeout manager is not assigned");
551
return
m_TimeoutManager
;