1 implementation of IProxyCredentialCache
NuGet.Configuration (1)
Proxy\ProxyCache.cs (1)
11
public class ProxyCache : IProxyCache,
IProxyCredentialCache
2 references to IProxyCredentialCache
NuGet.Protocol (2)
HttpSource\ProxyAuthenticationHandler.cs (2)
29
private readonly
IProxyCredentialCache
_credentialCache;
36
IProxyCredentialCache
credentialCache)