Implemented interface member:
method
GetProxy
NuGet.Configuration.IProxyCache.GetProxy(System.Uri)
1 reference to GetProxy
NuGet.Protocol (1)
HttpSource\HttpSourceAuthenticationHandler.cs (1)
272
var proxy = proxyCache?.
GetProxy
(_packageSource.SourceUri);