3 references to SendWithRetryAsync
Aspire.Hosting.Azure.Sandboxes (3)
Internal\Adc\AzureDevComputeClient.cs (3)
191
using var response = await
SendWithRetryAsync
(scope, method, path, content, cancellationToken).ConfigureAwait(false);
208
using var response = await
SendWithRetryAsync
(scope, method, path, content, cancellationToken).ConfigureAwait(false);
230
response = await
SendWithRetryAsync
(