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