3 implementations of FlushAsync
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1OutputProducer.cs (1)
141
public ValueTask<FlushResult>
FlushAsync
(CancellationToken cancellationToken = default)
Internal\Http2\Http2OutputProducer.cs (1)
261
public ValueTask<FlushResult>
FlushAsync
(CancellationToken cancellationToken)
Internal\Http3\Http3OutputProducer.cs (1)
167
public ValueTask<FlushResult>
FlushAsync
(CancellationToken cancellationToken)
6 references to FlushAsync
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\HttpProtocol.cs (6)
1512
return Output.
FlushAsync
(cancellationToken);
1649
return Output.
FlushAsync
(cancellationToken);
1664
return Output.
FlushAsync
(cancellationToken);
1677
return await Output.
FlushAsync
(cancellationToken);
1697
return await Output.
FlushAsync
(cancellationToken);
1711
return await Output.
FlushAsync
(cancellationToken);