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)
129if (settings._useProxy)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
121_useProxy = _useProxy,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
75get => _settings._useProxy;