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