1 write to _clientHandler
NuGet.Protocol (1)
HttpSource\HttpSourceAuthenticationHandler.cs (1)
42
_clientHandler
= clientHandler ?? throw new ArgumentNullException(nameof(clientHandler));
2 references to _clientHandler
NuGet.Protocol (2)
HttpSource\HttpSourceAuthenticationHandler.cs (2)
65
_clientHandler
.Credentials = _credentials;
67
_clientHandler
.UseDefaultCredentials = false;