Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

IResponse::get_Buffer

The IResponse::get_Buffer method retrieves the current value of the Buffer property of the Response object.

HRESULT get_Buffer(

VARIANT_BOOL * fIsBuffering

);

Parameters: IResponse::get_Buffer

fIsBuffering

Points to a Boolean variant that receives the Buffer value.

Remarks: IResponse::get_Buffer

When page output is buffered, the server does not send a response to the client until all of the server scripts on the current page have been processed, or until the Flush or End method has been called.

The Buffer property cannot be set after the server has sent output to the client. For this reason, the call to Response.Buffer should be the first line of the .asp file.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.