Base:

method
SendAsync
System.Net.Http.HttpMessageInvoker.SendAsync(System.Net.Http.HttpRequestMessage, System.Threading.CancellationToken)
57 references to SendAsync
Aspire.Hosting (1)
Aspire.Hosting.GitHub.Models (1)
Aspire.Hosting.OpenAI (1)
dotnet-svcutil-lib (1)
GenerateDocumentationAndConfigFiles (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.AI.Evaluation.Safety (1)
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>());
335await client.SendAsync(httpRequestMessage, It.IsAny<CancellationToken>());
439var act = () => client.SendAsync(httpRequestMessage, CancellationToken.None);
556.SendAsync(httpRequestMessage, It.IsAny<CancellationToken>())
649await client.SendAsync(httpRequestMessage, It.IsAny<CancellationToken>());
700await client.SendAsync(httpRequestMessage, It.IsAny<CancellationToken>());
743await client.SendAsync(httpRequestMessage, It.IsAny<CancellationToken>());
781await client.SendAsync(httpRequestMessage, It.IsAny<CancellationToken>());
825var act = () => client.SendAsync(httpRequestMessage, CancellationToken.None);
924await client.SendAsync(httpRequestMessage, It.IsAny<CancellationToken>());
972await 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)
System.Net.Http (4)
System.ServiceModel.Http (1)