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