2 instantiations of WebProxy
NuGet.Configuration (2)
Proxy\ProxyCache.cs (2)
99
var webProxy = new
WebProxy
(host!);
128
var webProxy = new
WebProxy
(uri.GetComponents(
5 references to WebProxy
NuGet.Configuration (5)
Proxy\ProxyCache.cs (5)
64
var
configuredProxy = GetUserConfiguredProxy();
85
private bool TryAddProxyCredentialsToCache(
WebProxy
configuredProxy)
92
public
WebProxy
? GetUserConfiguredProxy()
99
var
webProxy = new WebProxy(host!);
128
var
webProxy = new WebProxy(uri.GetComponents(