Discuss this help topic in SecureBlackbox Forum

TElHTTPServerResponseParams.LastModified

TElHTTPServerResponseParams     See also     


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


Specifies the response's last modification time.

Declaration

[C#]
    DateTime LastModified;

[VB.NET]
    Property LastModified As DateTime

[Pascal]
    property LastModified : TElDateTime;

[C++]
    int64_t get_LastModified();
    void set_LastModified(int64_t Value);

[PHP]
    DateTime get_LastModified()
    void set_LastModified(DateTime $Value)

[Java]
    Date getLastModified();
    void setLastModified(Date Value);

Description

    This property specifies the date and time when the response was modified last time.

See also:     Expires    

Discuss this help topic in SecureBlackbox Forum