2 references to DefaultProxy
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
131
_proxy = settings._proxy ?? HttpClient.
DefaultProxy
;
System.Net.Requests (1)
System\Net\WebRequest.cs (1)
548
public static IWebProxy GetSystemWebProxy() => HttpClient.
DefaultProxy
;