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)
889if (_ProxyAuthenticationState==null) { 892return _ProxyAuthenticationState; 912return m_IsCurrentAuthenticationStateProxy ? _ProxyAuthenticationState : _ServerAuthenticationState; 915m_IsCurrentAuthenticationStateProxy = (object)_ProxyAuthenticationState==(object)value;