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