|
The IResponse::get_Expires method retrieves the current value of the Expires property of the Response object.
HRESULT get_Expires*
VARIANT * pvarExpiresMinutesRet
);
pvarExpiresMinutesRet
Points to a variant that receives the Expires value. This value specifies the number of minutes until the page will expire.
If the user returns to the same page before it expires, the cached version is displayed. If this property is set more than once on a page, the shortest time is used.
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.