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

 

IResponse::put_Buffer

The IResponse::put_Buffer method sets the value of the Buffer property of the Response object.

HRESULT put_Buffer(

VARIANT_BOOL fIsBuffering

);

Parameters: IResponse::put_Buffer

fIsBuffering

A Boolean variant that contains the new Buffer value.

Remarks: IResponse::put_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 methods are called.

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

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