1 write to m_AuthenticatedConnection
System (1)
net\System\Net\HttpListener.cs (1)
2817m_AuthenticatedConnection = value;
4 references to m_AuthenticatedConnection
System (4)
net\System\Net\HttpListener.cs (4)
2795IDisposable identity = m_AuthenticatedConnection == null ? null : m_AuthenticatedConnection.Identity as IDisposable; 2797(m_AuthenticatedConnection.Identity.AuthenticationType == NTLM) && 2811return m_AuthenticatedConnection;