2 references to _httpClient
aspire (2)
Mcp\Docs\DocsFetcher.cs (2)
52
using var response = await
_httpClient
.SendAsync(request, cancellationToken).ConfigureAwait(false);
71
using var retryResponse = await
_httpClient
.SendAsync(retryRequest, cancellationToken).ConfigureAwait(false);