Base:
method
SendAsync
System.Net.Http.HttpMessageInvoker.SendAsync(System.Net.Http.HttpRequestMessage, System.Threading.CancellationToken)
53 references to SendAsync
Aspire.Hosting.Redis (1)
dotnet-svcutil-lib (1)
Microsoft.AspNetCore.Authentication.Google (1)
Microsoft.AspNetCore.Authentication.MicrosoftAccount (1)
Microsoft.AspNetCore.Authentication.OAuth (1)
Microsoft.AspNetCore.Authentication.OpenIdConnect (3)
Microsoft.AspNetCore.Authentication.Twitter (1)
Microsoft.AspNetCore.Http.Connections.Client (2)
Microsoft.AspNetCore.SpaServices.Extensions (1)
Microsoft.AspNetCore.TestHost.Tests (1)
Microsoft.DotNet.Internal.SymbolHelper (4)
Microsoft.Extensions.Http (1)
Microsoft.Extensions.Http.Diagnostics.Tests (15)
Logging\HttpClientLoggerTest.cs (14)
73await client.SendAsync(null!, It.IsAny<CancellationToken>()).ConfigureAwait(false);
108await client.SendAsync(httpRequestMessage, It.IsAny<CancellationToken>()).ConfigureAwait(false);
151await httpClient.SendAsync(httpRequestMessage, It.IsAny<CancellationToken>()).ConfigureAwait(false);
238await client.SendAsync(httpRequestMessage, It.IsAny<CancellationToken>());
334await client.SendAsync(httpRequestMessage, It.IsAny<CancellationToken>());
436var act = () => client.SendAsync(httpRequestMessage, CancellationToken.None);
552.SendAsync(httpRequestMessage, It.IsAny<CancellationToken>())
644await client.SendAsync(httpRequestMessage, It.IsAny<CancellationToken>());
694await client.SendAsync(httpRequestMessage, It.IsAny<CancellationToken>());
737await client.SendAsync(httpRequestMessage, It.IsAny<CancellationToken>());
775await client.SendAsync(httpRequestMessage, It.IsAny<CancellationToken>());
819var act = () => client.SendAsync(httpRequestMessage, CancellationToken.None);
918await client.SendAsync(httpRequestMessage, It.IsAny<CancellationToken>());
964await client.SendAsync(httpRequestMessage, It.IsAny<CancellationToken>());
Microsoft.Extensions.Http.Resilience.PerformanceTests (10)
Microsoft.Extensions.Http.Resilience.Tests (1)
Microsoft.Extensions.Logging.AzureAppServices (2)
SocialSample (2)
Stress.AppHost (1)
System.Net.Http (4)