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)
563await FlushAsync(async).ConfigureAwait(false); 582await FlushAsync(async).ConfigureAwait(false); 987await FlushAsync(async).ConfigureAwait(false); 1427ValueTask flushTask = FlushAsync(async: true); 1504return FlushAsync(async); 1514await FlushAsync(async).ConfigureAwait(false);
System\Net\Http\SocketsHttpHandler\HttpContentWriteStream.cs (1)
30connection.FlushAsync(async: true).AsTask() :
System\Net\Http\SocketsHttpHandler\RawConnectionStream.cs (1)
203ValueTask flushTask = connection.FlushAsync(async: true);