2 instantiations of WebProxy
NuGet.Configuration (2)
Proxy\ProxyCache.cs (2)
87
var webProxy = new
WebProxy
(host!);
116
var webProxy = new
WebProxy
(uri.GetComponents(
5 references to WebProxy
NuGet.Configuration (5)
Proxy\ProxyCache.cs (5)
52
var
configuredProxy = GetUserConfiguredProxy();
73
private bool TryAddProxyCredentialsToCache(
WebProxy
configuredProxy)
80
public
WebProxy
? GetUserConfiguredProxy()
87
var
webProxy = new WebProxy(host!);
116
var
webProxy = new WebProxy(uri.GetComponents(