Discuss this help topic in SecureBlackbox Forum
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).
Discuss this help topic in SecureBlackbox Forum