Sends all currently buffered output to the client.
[Visual Basic] Public Sub Flush() [C#] public void Flush(); [C++] public: void Flush(); [JScript] public function Flush();
Flush forces all currently buffered output to be sent to the client. It can be called multiple times during request processing.
HttpResponse Class | HttpResponse Members | System.Web Namespace