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