Discuss this help topic in SecureBlackbox Forum

TElHTTPServerResponseParams.Expires

TElHTTPServerResponseParams     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the date and time when the response expires.

Declaration

[C#]
    DateTime Expires;

[VB.NET]
    Property Expires As DateTime

[Pascal]
    property Expires : TElDateTime;

[C++]
    int64_t get_Expires();
    void set_Expires(int64_t Value);

[PHP]
    DateTime get_Expires()
    void set_Expires(DateTime $Value)

[Java]
    Date getExpires();
    void setExpires(Date Value);

Description

    This property specifies the response's expiration time.

See also:     LastModified    

Discuss this help topic in SecureBlackbox Forum