1 override of StartAsync
Microsoft.AspNetCore.Http (1)
Internal\DefaultHttpResponse.cs (1)
155public override Task StartAsync(CancellationToken cancellationToken = default)
68 references to StartAsync
InMemory.FunctionalTests (49)
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\Http2ConnectionTests.cs (1)
5955await c.Response.StartAsync();
Http2\Http2StreamTests.cs (16)
1446await context.Response.StartAsync(); 1481await context.Response.StartAsync(); 1518await context.Response.StartAsync(); 1555await context.Response.StartAsync(); 1592await context.Response.StartAsync(); 1640await context.Response.StartAsync(); 1679await context.Response.StartAsync(); 1715await context.Response.StartAsync(); 1759await context.Response.StartAsync(); 1793await context.Response.StartAsync(); 2983await context.Response.StartAsync(); 3049await context.Response.StartAsync(); 3923await response.StartAsync(); 3969await response.StartAsync(); 4216await response.StartAsync(); 4374await response.StartAsync();
Http3\Http3ConnectionTests.cs (1)
658await c.Response.StartAsync();
ResponseTests.cs (21)
116await context.Response.StartAsync(); 684await httpContext.Response.StartAsync(); 722await httpContext.Response.StartAsync(); 762await httpContext.Response.StartAsync(); 2934await httpContext.Response.StartAsync(); 2964await httpContext.Response.StartAsync(); 2991await httpContext.Response.StartAsync(); 3021await httpContext.Response.StartAsync(); 3053await httpContext.Response.StartAsync(); 3083await httpContext.Response.StartAsync(); 3112await httpContext.Response.StartAsync(); 3142await httpContext.Response.StartAsync(); 3179await httpContext.Response.StartAsync(); 3287await httpContext.Response.StartAsync(); 3581await response.StartAsync(); 3715await response.StartAsync(); 3777await response.StartAsync(); 4144await httpContext.Response.StartAsync(); 4208await httpContext.Response.StartAsync(); 4242await httpContext.Response.StartAsync(); 4628await context.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();