1 override of StartAsync
Microsoft.AspNetCore.Http (1)
Internal\DefaultHttpResponse.cs (1)
155public override Task StartAsync(CancellationToken cancellationToken = default)
65 references to StartAsync
InMemory.FunctionalTests (46)
ChunkedResponseTests.cs (8)
201await httpContext.Response.StartAsync(); 243await httpContext.Response.StartAsync(); 577await response.StartAsync(); 776await response.StartAsync(); 831await response.StartAsync(); 872await response.StartAsync(); 920await response.StartAsync(); 1001await response.StartAsync();
Http2\Http2StreamTests.cs (16)
1444await context.Response.StartAsync(); 1479await context.Response.StartAsync(); 1516await context.Response.StartAsync(); 1553await context.Response.StartAsync(); 1590await context.Response.StartAsync(); 1638await context.Response.StartAsync(); 1677await context.Response.StartAsync(); 1713await context.Response.StartAsync(); 1757await context.Response.StartAsync(); 1791await context.Response.StartAsync(); 2979await context.Response.StartAsync(); 3045await context.Response.StartAsync(); 3918await response.StartAsync(); 3964await response.StartAsync(); 4211await response.StartAsync(); 4369await response.StartAsync();
ResponseTests.cs (20)
115await context.Response.StartAsync(); 675await httpContext.Response.StartAsync(); 711await httpContext.Response.StartAsync(); 751await httpContext.Response.StartAsync(); 2894await httpContext.Response.StartAsync(); 2924await httpContext.Response.StartAsync(); 2951await httpContext.Response.StartAsync(); 2981await httpContext.Response.StartAsync(); 3013await httpContext.Response.StartAsync(); 3043await httpContext.Response.StartAsync(); 3072await httpContext.Response.StartAsync(); 3102await httpContext.Response.StartAsync(); 3139await httpContext.Response.StartAsync(); 3247await httpContext.Response.StartAsync(); 3541await response.StartAsync(); 3675await response.StartAsync(); 3737await response.StartAsync(); 4104await httpContext.Response.StartAsync(); 4168await httpContext.Response.StartAsync(); 4202await httpContext.Response.StartAsync();
src\Servers\Kestrel\shared\test\TestApp.cs (2)
53await response.StartAsync(); 70await response.StartAsync();
JwtBearerSample (1)
Startup.cs (1)
88await response.StartAsync();
Microsoft.AspNetCore.Http.Abstractions (1)
Extensions\HttpResponseWritingExtensions.cs (1)
52var startAsyncTask = response.StartAsync(cancellationToken);
Microsoft.AspNetCore.Http.Tests (4)
Internal\DefaultHttpResponseTests.cs (4)
118await context.Response.StartAsync(); 138await context.Response.StartAsync(ct); 157await context.Response.StartAsync(); 169await context.Response.StartAsync(default);
Microsoft.AspNetCore.HttpLogging.Tests (2)
HttpLoggingMiddlewareTests.cs (2)
1137await c.Response.StartAsync(); 1405await c.Response.StartAsync();
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
ResponseBodyTests.cs (1)
25await httpContext.Response.StartAsync();
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
src\Servers\Kestrel\shared\test\TestApp.cs (2)
53await response.StartAsync(); 70await response.StartAsync();
Microsoft.AspNetCore.TestHost.Tests (6)
ClientHandlerTests.cs (1)
304await context.Response.StartAsync();
ResponseBodyTests.cs (5)
38await httpContext.Response.StartAsync(); 55await httpContext.Response.StartAsync(); 71await httpContext.Response.StartAsync(); 90await httpContext.Response.StartAsync(); 109await httpContext.Response.StartAsync();
Sockets.FunctionalTests (2)
src\Servers\Kestrel\shared\test\TestApp.cs (2)
53await response.StartAsync(); 70await response.StartAsync();