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)
1400
Flush
();
1481
Flush
();
1487
Flush
();
1545
Flush
();
System\Net\Http\SocketsHttpHandler\HttpContentWriteStream.cs (1)
24
_connection?.
Flush
();
System\Net\Http\SocketsHttpHandler\RawConnectionStream.cs (1)
189
public override void Flush() => _connection?.
Flush
();