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