4 writes to _Proxy
System (4)
net\System\Net\HttpWebRequest.cs (4)
2719_Proxy = value; 3297_Proxy = WebRequest.InternalDefaultWebProxy; 5155_Proxy = WebRequest.InternalDefaultWebProxy; 5274_Proxy = (IWebProxy)serializationInfo.GetValue("_Proxy", typeof(IWebProxy));
10 references to _Proxy
System (10)
net\System\Net\HttpWebRequest.cs (10)
2692return _Proxy; 2715return _Proxy; 3303_ServicePoint = ServicePointManager.FindServicePoint(_Uri, _Proxy, out _ProxyChain, ref _AbortDelegate, ref m_Aborted); 4170if (UsesProxySemantics && _Proxy != null && _Proxy.Credentials != null) 4171ProxyAuthenticationState.PreAuthIfNeeded(this, _Proxy.Credentials); 5352serializationInfo.AddValue("_Proxy", _Proxy, typeof(IWebProxy)); 5526if (UsesProxySemantics && _Proxy != null && _Proxy.Credentials!=null) { 5529result |= ProxyAuthenticationState.AttemptAuthenticate(this, _Proxy.Credentials);