Base:
method
FlushAsync
System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)
1 reference to FlushAsync
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpResponseStream.cs (1)
61return _pipeWriter.FlushAsync(cancellationToken).GetAsTask();