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