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)
2692
return
_Proxy
;
2715
return
_Proxy
;
3303
_ServicePoint = ServicePointManager.FindServicePoint(_Uri,
_Proxy
, out _ProxyChain, ref _AbortDelegate, ref m_Aborted);
4170
if (UsesProxySemantics &&
_Proxy
!= null &&
_Proxy
.Credentials != null)
4171
ProxyAuthenticationState.PreAuthIfNeeded(this,
_Proxy
.Credentials);
5352
serializationInfo.AddValue("_Proxy",
_Proxy
, typeof(IWebProxy));
5526
if (UsesProxySemantics &&
_Proxy
!= null &&
_Proxy
.Credentials!=null) {
5529
result |= ProxyAuthenticationState.AttemptAuthenticate(this,
_Proxy
.Credentials);