wodHttpDLX ActiveX Control - Expires Property
      
 

Description

Returns the date after which the information is invalid.


Property type

A Date value.  


Syntax

object.Expires



The Expires Property syntax has these parts:

Part Description
object An expression evaluating to an object of type HttpResponse.

Remarks

This property returns the date after which the information received in the response ceases to be valid and should be retrieved again. This allows control of caching mechanisms you may implement, and also allows you to periodically refresh the content.

This property is just a 'shortcut' to Response.Headers("Expires") value.