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