1 write to m_IsCurrentAuthenticationStateProxy
System (1)
net\System\Net\HttpWebRequest.cs (1)
915m_IsCurrentAuthenticationStateProxy = (object)_ProxyAuthenticationState==(object)value;
2 references to m_IsCurrentAuthenticationStateProxy
System (2)
net\System\Net\HttpWebRequest.cs (2)
609return m_IsCurrentAuthenticationStateProxy || UnsafeAuthenticatedConnectionSharing; 912return m_IsCurrentAuthenticationStateProxy ? _ProxyAuthenticationState : _ServerAuthenticationState;