Base:
4 overrides of FlushAsync
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
1652public override Task FlushAsync(CancellationToken cancellationToken)
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
1530public override Task FlushAsync(CancellationToken cancellationToken)
System\Net\Http\SocketsHttpHandler\HttpContentWriteStream.cs (1)
26public sealed override Task FlushAsync(CancellationToken ignored)
System\Net\Http\SocketsHttpHandler\RawConnectionStream.cs (1)
190public override Task FlushAsync(CancellationToken cancellationToken)
1 reference to FlushAsync
System.Net.Http (1)
System\Net\Http\HttpBaseStream.cs (1)
75public override void Flush() => FlushAsync(default).GetAwaiter().GetResult();