Previous PageNext Page

6.3.13 Flush Method

The Flush method sends buffered output immediately. Flush will cause a run-time error if called when Response.Buffer is not True.
 

Syntax

Response.Flush

Remarks

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

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page