3 writes to AuthenticatedConnection
System (3)
net\System\Net\HttpListener.cs (3)
598
result.
AuthenticatedConnection
= null;
1369
disconnectResult.
AuthenticatedConnection
= null;
1712
disconnectResult.
AuthenticatedConnection
= windowsPrincipal;
1 reference to AuthenticatedConnection
System (1)
net\System\Net\HttpListener.cs (1)
1352
WindowsPrincipal principal = disconnectResult == null ? null : disconnectResult.
AuthenticatedConnection
;