9 references to FlushAsync
System.Net.Http (9)
System\Net\Http\SocketsHttpHandler\ChunkedEncodingWriteStream.cs (1)
59connection.FlushAsync(async: true) :
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (6)
566await FlushAsync(async).ConfigureAwait(false); 585await FlushAsync(async).ConfigureAwait(false); 992await FlushAsync(async).ConfigureAwait(false); 1432ValueTask flushTask = FlushAsync(async: true); 1509return FlushAsync(async); 1519await FlushAsync(async).ConfigureAwait(false);
System\Net\Http\SocketsHttpHandler\HttpContentWriteStream.cs (1)
30connection.FlushAsync(async: true).AsTask() :
System\Net\Http\SocketsHttpHandler\RawConnectionStream.cs (1)
204ValueTask flushTask = connection.FlushAsync(async: true);