7 references to FlushAsync
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Http2\Http2OutputProducer.cs (3)
281
var task = _flusher.
FlushAsync
(this, cancellationToken);
412
var task = _flusher.
FlushAsync
(this, cancellationToken).GetAsTask();
547
var task = _flusher.
FlushAsync
(this, cancellationToken);
Internal\Http3\Http3OutputProducer.cs (3)
187
return _flusher.
FlushAsync
(this, cancellationToken);
349
return _flusher.
FlushAsync
(this, cancellationToken).GetAsTask();
374
return _flusher.
FlushAsync
(this, cancellationToken);
Internal\Infrastructure\PipeWriterHelpers\TimingPipeFlusher.cs (1)
38
return
FlushAsync
(outputAborter: null, cancellationToken: default);