1 write to HttpClient
NuGet.Protocol (1)
HttpSource\HttpRetryHandlerRequest.cs (1)
31
HttpClient
= httpClient;
1 reference to HttpClient
NuGet.Protocol (1)
HttpSource\HttpRetryHandler.cs (1)
157
var responseMessage = await request.
HttpClient
.SendAsync(requestMessage, request.CompletionOption, timeoutToken);