3 references to FlushAsync
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.cs (1)
562
await _bodyOutput.
FlushAsync
(default);
Core\IISHttpContext.IO.cs (2)
90
await _bodyOutput.
FlushAsync
(cancellationToken);
93
return !HasResponseStarted ? FlushFirstAsync() : _bodyOutput.
FlushAsync
(cancellationToken);