1 write to _clientHandler
NuGet.Protocol (1)
HttpSource\ProxyAuthenticationHandler.cs (1)
44
_clientHandler
= clientHandler;
4 references to _clientHandler
NuGet.Protocol (4)
HttpSource\ProxyAuthenticationHandler.cs (4)
87
if (
_clientHandler
.Proxy == null)
97
if (!await AcquireCredentialsAsync(requestUri, cacheVersion,
_clientHandler
.Proxy!, _credentialService!, logger, cancellationToken))
103
when (ProxyAuthenticationRequired(ex) &&
_clientHandler
.Proxy != null && _credentialService != null)
105
if (!await AcquireCredentialsAsync(requestUri, cacheVersion,
_clientHandler
.Proxy!, _credentialService!, logger, cancellationToken))