7 references to Flush
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\ChunkedEncodingWriteStream.cs (1)
30connection.Flush();
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (4)
1395Flush(); 1476Flush(); 1482Flush(); 1540Flush();
System\Net\Http\SocketsHttpHandler\HttpContentWriteStream.cs (1)
24_connection?.Flush();
System\Net\Http\SocketsHttpHandler\RawConnectionStream.cs (1)
188public override void Flush() => _connection?.Flush();