1 reference to FlushFirstAsync
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.IO.cs (1)
93
return !HasResponseStarted ?
FlushFirstAsync
() : _bodyOutput.FlushAsync(cancellationToken);