775 references to SendAsync
Aspire.Dashboard.Tests (12)
AuthSamples.FunctionalTests (1)
Diagnostics.FunctionalTests (13)
GenerateRulesMissingDocumentation (1)
HttpStress (6)
IIS.FunctionalTests (7)
IISExpress.FunctionalTests (6)
InMemory.FunctionalTests (4)
Interop.FunctionalTests (6)
Microsoft.AspNetCore.Authentication.Test (18)
Microsoft.AspNetCore.CookiePolicy.Test (1)
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (2)
Microsoft.AspNetCore.Diagnostics.Tests (4)
Microsoft.AspNetCore.HeaderPropagation.Tests (18)
Microsoft.AspNetCore.Http.Connections.Client (1)
Microsoft.AspNetCore.HttpLogging.Tests (11)
Microsoft.AspNetCore.HttpOverrides.Tests (6)
Microsoft.AspNetCore.HttpsPolicy.Tests (19)
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Microsoft.AspNetCore.Identity.InMemory.Test (1)
Microsoft.AspNetCore.Localization.FunctionalTests (2)
Microsoft.AspNetCore.Mvc.FunctionalTests (381)
Microsoft.AspNetCore.OutputCaching.Tests (28)
OutputCacheTests.cs (28)
29var initialResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
30var subsequentResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
51var initialResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
52var subsequentResponse = await client.SendAsync(TestUtils.CreateRequest(method, "different"));
91var subsequentResponse = await client.SendAsync(new HttpRequestMessage(HttpMethod.Head, ""));
92var initialResponse = await client.SendAsync(new HttpRequestMessage(HttpMethod.Get, ""));
111var initialResponse = await client.SendAsync(new HttpRequestMessage(HttpMethod.Get, ""));
112var subsequentResponse = await client.SendAsync(new HttpRequestMessage(HttpMethod.Head, ""));
134var initialResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
137var cachedResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
143var subsequentResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
165var initialResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
168var cachedResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
174var subsequentResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
195var initialResponse = await client.SendAsync(TestUtils.CreateRequest(method, "path"));
196var subsequentResponse = await client.SendAsync(TestUtils.CreateRequest(method, "PATH"));
218var initialResponse = await client.SendAsync(TestUtils.CreateRequest(method, "path"));
219var subsequentResponse = await client.SendAsync(TestUtils.CreateRequest(method, "PATH"));
245var initialResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
247var subsequentResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
269var initialResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
270var subsequentResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
297var initialResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
298var subsequentResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
932var initialResponse = await client.SendAsync(TestUtils.CreateRequest("HEAD", "?contentLength=10"));
933var subsequentResponse = await client.SendAsync(TestUtils.CreateRequest("HEAD", "?contentLength=10"));
962() => client.SendAsync(new HttpRequestMessage(HttpMethod.Get, "")));
1003var resp = await client.SendAsync(new HttpRequestMessage(HttpMethod.Get, ""));
Microsoft.AspNetCore.RequestDecompression.Tests (6)
Microsoft.AspNetCore.ResponseCaching.Tests (22)
ResponseCachingTests.cs (22)
29var initialResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
30var subsequentResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
53var initialResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
54var subsequentResponse = await client.SendAsync(TestUtils.CreateRequest(method, "different"));
97var subsequentResponse = await client.SendAsync(new HttpRequestMessage(HttpMethod.Head, ""));
98var initialResponse = await client.SendAsync(new HttpRequestMessage(HttpMethod.Get, ""));
119var initialResponse = await client.SendAsync(new HttpRequestMessage(HttpMethod.Get, ""));
120var subsequentResponse = await client.SendAsync(new HttpRequestMessage(HttpMethod.Head, ""));
144var initialResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
147var cachedResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
153var subsequentResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
177var initialResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
180var cachedResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
186var subsequentResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
209var initialResponse = await client.SendAsync(TestUtils.CreateRequest(method, "path"));
210var subsequentResponse = await client.SendAsync(TestUtils.CreateRequest(method, "PATH"));
233var initialResponse = await client.SendAsync(TestUtils.CreateRequest(method, "?Expires=0"));
234var subsequentResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
258var initialResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
259var subsequentResponse = await client.SendAsync(TestUtils.CreateRequest(method, ""));
929var initialResponse = await client.SendAsync(TestUtils.CreateRequest("HEAD", "?contentLength=10"));
930var subsequentResponse = await client.SendAsync(TestUtils.CreateRequest("HEAD", "?contentLength=10"));
Microsoft.AspNetCore.ResponseCompression.Tests (9)
Microsoft.AspNetCore.Routing.FunctionalTests (30)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (6)
Microsoft.AspNetCore.Server.IISIntegration.Tests (10)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (7)
Microsoft.AspNetCore.StaticAssets.Tests (30)
Microsoft.AspNetCore.StaticFiles.FunctionalTests (1)
Microsoft.AspNetCore.StaticFiles.Tests (32)
Microsoft.AspNetCore.TestHost (3)
Microsoft.AspNetCore.TestHost.Tests (4)
Microsoft.AspNetCore.Testing.Tests (1)
Microsoft.AspNetCore.WebSockets.Tests (6)
Microsoft.DotNet.Build.Tasks.Feed (1)
Microsoft.DotNet.Deployment.Tasks.Links (1)
Microsoft.DotNet.Git.IssueManager (1)
Microsoft.DotNet.Helix.Sdk (8)
Microsoft.DotNet.VersionTools (4)
Microsoft.Extensions.Http.Diagnostics.Tests (4)
Microsoft.Extensions.Http.Polly.Tests (14)
Microsoft.Extensions.ML (1)
Negotiate.Client (3)
ServerComparison.FunctionalTests (6)
System.Net.Http (1)
Templates.Blazor.Tests (3)
Templates.Blazor.WebAssembly.Auth.Tests (3)
Templates.Blazor.WebAssembly.Tests (3)
Templates.Mvc.Tests (3)
Templates.Tests (3)