Previous PageNext Page

13.7.12 IResponse::get_Expires

The IResponse::get_Expires method retrieves the current value of the Expires property of the Response object.
 

HRESULT get_Expires*

VARIANT * pvarExpiresMinutesRet

);

Parameters

pvarExpiresMinutesRet
Points to a variant that receives the Expires value. This value specifies the number of minutes until the page will expire.

Remarks

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 © 2000 Chili!Soft

Previous PageTop Of PageNext Page