IResponse::Flush

The IResponse::Flush method sends buffered output immediately.

HRESULT Flush(VOID);
 
Remarks

If this method is called on an ASP page, the server does not honor Keep-Alive requests for that page. This method will cause a run-time error if Response.Buffer has not been set to TRUE.

See Also

Response Object


© 1997 by Microsoft Corporation. All rights reserved.