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