Discuss this help topic in SecureBlackbox Forum

TElHTTPCustomRequestParams.IfModifiedSince

TElHTTPCustomRequestParams     See also     


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


Specifies the If-Modified-Since header of HTTP request.

Declaration

[C#]
    DateTime IfModifiedSince;

[VB.NET]
    Property IfModifiedSince As DateTime

[Pascal]
    property IfModifiedSince : TDateTime;

[C++]
    int64_t get_IfModifiedSince();
    void set_IfModifiedSince(int64_t Value);

[PHP]
    DateTime get_IfModifiedSince()
    void set_IfModifiedSince(DateTime $Value)

[Java]
    Date getIfModifiedSince();
    void setIfModifiedSince(Date Value);

Description

    This property specifies the If-Modified-Since header of HTTP request (please see the RFC #2616 for further information).

See also:     IfUnmodifiedSince    

Discuss this help topic in SecureBlackbox Forum