Discuss this help topic in SecureBlackbox Forum
Specifies the date and time when the response expires.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum