2 writes to _proxy
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
118
_proxy
= _proxy,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
89
_settings.
_proxy
= value;
5 references to _proxy
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
131
_proxy = settings.
_proxy
?? HttpClient.DefaultProxy;
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (3)
118
_proxy =
_proxy
,
133
_defaultCredentialsUsedForProxy =
_proxy
!= null && (
_proxy
.Credentials == CredentialCache.DefaultCredentials || _defaultProxyCredentials == CredentialCache.DefaultCredentials),
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
85
get => _settings.
_proxy
;