Flush

The Flush method sends buffered output immediately. This method will cause a run-time error if Response.Buffer has not been set to TRUE.

Syntax

Response.Flush
 

Remarks

If the Flush method is called on an ASP page, the server does not honor Keep-Alive requests for that page.

Applies To

Response Object