Implemented interface member:
method
StartAsync
Microsoft.AspNetCore.Http.Features.IHttpResponseBodyFeature.StartAsync(System.Threading.CancellationToken)
1 override of StartAsync
Microsoft.AspNetCore.Http.Tests (1)
Features\StreamResponseBodyFeatureTests.cs (1)
62public override Task StartAsync(CancellationToken cancellationToken = default)
3 references to StartAsync
Microsoft.AspNetCore.Http (2)
StreamResponseBodyFeature.cs (2)
90await StartAsync(cancellationToken); 130await StartAsync();
Microsoft.AspNetCore.Http.Tests (1)
Features\StreamResponseBodyFeatureTests.cs (1)
65return base.StartAsync(cancellationToken);