4 references to Delta
Aspire.Hosting.Azure.Sandboxes (1)
Internal\Adc\AzureDevComputeClient.cs (1)
389
if (response.Headers.RetryAfter?.
Delta
is { } delta)
Microsoft.Extensions.Http.Resilience (1)
Internal\RetryAfterHelper.cs (1)
21
{
Delta
: { } delta } => (true, delta),
NuGet.Protocol (2)
HttpSource\HttpRetryHandler.cs (2)
298
if (retryAfter?.
Delta
!= null)
300
return retryAfter.
Delta
;