1 implementation of IProxyCache
NuGet.Configuration (1)
Proxy\ProxyCache.cs (1)
11
public class ProxyCache :
IProxyCache
, IProxyCredentialCache
2 references to IProxyCache
NuGet.Protocol (2)
HttpSource\HttpHandlerResourceV3Provider.cs (2)
25
private readonly
IProxyCache
_proxyCache;
37
internal HttpHandlerResourceV3Provider(
IProxyCache
proxyCache)