1 implementation of GetProxy
NuGet.Configuration (1)
Proxy\ProxyCache.cs (1)
49public IWebProxy? GetProxy(Uri sourceUri)
1 reference to GetProxy
NuGet.Protocol (1)
HttpSource\HttpHandlerResourceV3Provider.cs (1)
62var proxy = _proxyCache.GetProxy(sourceUri);