2 writes to m_AuthenticationDelegate
System (2)
net\System\Net\HttpListener.cs (2)
404m_AuthenticationDelegate = new AuthenticationSelectorInfo(value, true); 409m_AuthenticationDelegate = new AuthenticationSelectorInfo(value, false);
2 references to m_AuthenticationDelegate
System (2)
net\System\Net\HttpListener.cs (2)
395AuthenticationSelectorInfo selector = m_AuthenticationDelegate; 1400AuthenticationSelectorInfo authenticationSelector = m_AuthenticationDelegate;