asp.net.ph

Response.Flush Method

System.Web Namespace   HttpResponse Class


Sends all currently buffered output to the client.

[ VB ]
Public Sub Flush ( ) 

[ C# ]
public void Flush ( );

[ C++ ]
public: void Flush ( );

[ JScript ]
public function Flush ( );

Exceptions


Exception Type Condition
HttpException Occurs when the cache is flushed after the response has been sent.

Remarks

Forces all currently buffered output to be sent to the client. Flush can be called multiple times during request processing.

Example

The following example flushes the buffer to the output stream.

[ VB ]
Response.Flush ( )

[ C# ]
Response.Flush ( );
See Also

HttpResponse Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph