2 writes to ProxyAddress
NuGet.Configuration (2)
Proxy\WebProxy.cs (2)
29
ProxyAddress
= CreateProxyUri(proxyAddress);
40
ProxyAddress
= proxyAddress;
2 references to ProxyAddress
NuGet.Configuration (2)
Proxy\ProxyCache.cs (1)
77
return _cachedCredentials.TryAdd(configuredProxy.
ProxyAddress
, proxyCredentials);
Proxy\WebProxy.cs (1)
62
public Uri GetProxy(Uri destination) =>
ProxyAddress
;