2 writes to _useProxy
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
121
_useProxy
= _useProxy,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
79
_settings.
_useProxy
= value;
3 references to _useProxy
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
129
if (settings.
_useProxy
)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
121
_useProxy =
_useProxy
,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
75
get => _settings.
_useProxy
;