1 override of SendCoreAsync
Microsoft.Extensions.Http.Polly.Tests (1)
PolicyHttpMessageHandlerTest.cs (1)
431protected override Task<HttpResponseMessage> SendCoreAsync(HttpRequestMessage request, Context context, CancellationToken cancellationToken)
1 reference to SendCoreAsync
Microsoft.Extensions.Http.Polly (1)
PolicyHttpMessageHandler.cs (1)
131response = await policy.ExecuteAsync((c, ct) => SendCoreAsync(request, c, ct), context, cancellationToken).ConfigureAwait(false);