3 instantiations of AuthenticationState
System (3)
net\System\Net\HttpWebRequest.cs (3)
890_ProxyAuthenticationState = new AuthenticationState(true); 899_ServerAuthenticationState = new AuthenticationState(false); 5211ServerAuthenticationState = new AuthenticationState(true);
5 references to AuthenticationState
System (5)
net\System\Net\HttpWebRequest.cs (5)
222private AuthenticationState _ProxyAuthenticationState; 223private AuthenticationState _ServerAuthenticationState; 887internal AuthenticationState ProxyAuthenticationState { 896internal AuthenticationState ServerAuthenticationState { 910internal AuthenticationState CurrentAuthenticationState {