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