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