IResponse::putCacheControl

The IResponse::putCacheControl method sets the value of the CacheControl property of the Response object.

HRESULT put_CacheControl(
  BSTR bstrCacheControl  //a binary string that contains the new 
                        // Character Set value
);
 
Parameters
bstrCacheControl
A binary string that contains the new CacheControl value.
Remarks

You can use the CacheControl value to determine whether or not proxy servers should cache ASP output.

See Also

Response Object, IResponse::get_CacheControl


© 1997 by Microsoft Corporation. All rights reserved.