Discuss this help topic in SecureBlackbox Forum
Specifies the date and time when the response expires.
Declaration
[C#/Java]
DateTime Expires;
[VB.NET]
Property Expires As DateTime
[Pascal]
property Expires : TDateTime;
[C++]
int64_t get_Expires();
void set_Expires(int64_t Value);
[PHP]
DateTime get_Expires()
void set_Expires(DateTime $Value)
Description
This property specifies the response's expiration time.
Discuss this help topic in SecureBlackbox Forum