Previous PageNext Page

13.7.8 IResponse::get_CacheControl

The IResponse::get_CacheControl method retrieves a value for the CacheControl property.
 

HRESULT get_CacheControl(

BSTR * pbstrCacheControl

);

Parameters

pbstrCacheControl
Points to a binary string that receives the CacheControl value.

Remarks

You can use the CacheControl value to override the default value (False). By setting the value to True, proxy servers will be able to cache output from ASP pages.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page