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