1 implementation of SendAsync
NuGet.Protocol (1)
HttpSource\HttpRetryHandler.cs (1)
57
public async Task<HttpResponseMessage>
SendAsync
(
1 reference to SendAsync
NuGet.Protocol (1)
HttpSource\HttpSource.cs (1)
357
response = await RetryHandler.
SendAsync
(request, _packageSource.SourceUri.OriginalString, log, cancellationToken);