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