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