1 write to _ProxyAuthenticationState
System (1)
net\System\Net\HttpWebRequest.cs (1)
890
_ProxyAuthenticationState
= new AuthenticationState(true);
4 references to _ProxyAuthenticationState
System (4)
net\System\Net\HttpWebRequest.cs (4)
889
if (
_ProxyAuthenticationState
==null) {
892
return
_ProxyAuthenticationState
;
912
return m_IsCurrentAuthenticationStateProxy ?
_ProxyAuthenticationState
: _ServerAuthenticationState;
915
m_IsCurrentAuthenticationStateProxy = (object)
_ProxyAuthenticationState
==(object)value;