Discuss this help topic in SecureBlackbox Forum
Specifies whether the component should try to resume the previously established connection.
Declaration
[C#/Java]
bool ResumeSessions;
[VB.NET]
Property ResumeSessions As Boolean
[Pascal]
property ResumeSessions : boolean;
[C++]
bool get_ResumeSessions();
void set_ResumeSessions(bool Value);
[PHP]
bool get_ResumeSessions()
void set_ResumeSessions(bool $Value)
Description
Set this property to
True to force the component attempt to resume the previously established connection.
Discuss this help topic in SecureBlackbox Forum