getBuffer

The getBuffer and putBuffer methods of the IResponse interface retrieve or set the value of the Buffer property, respectively.

Syntax

public abstract Boolean getBuffer();
public abstract void putBuffer(Boolean fIsBuffering);

Return Value

Returns the buffer value.

Parameters

fIsBuffering [in] A Boolean VARIANT that contains the new Buffer value.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.