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