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); 989await FlushAsync(async).ConfigureAwait(false); 1429ValueTask flushTask = FlushAsync(async: true); 1506return FlushAsync(async); 1516await 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);