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)
62
public override Task
StartAsync
(CancellationToken cancellationToken = default)
3 references to StartAsync
Microsoft.AspNetCore.Http (2)
StreamResponseBodyFeature.cs (2)
90
await
StartAsync
(cancellationToken);
130
await
StartAsync
();
Microsoft.AspNetCore.Http.Tests (1)
Features\StreamResponseBodyFeatureTests.cs (1)
65
return base.
StartAsync
(cancellationToken);