Discuss this help topic in SecureBlackbox Forum
Specifies whether the component should try to resume the previously established connection.
Declaration
[C#]
bool UseSSLSessionResumption;
[VB.NET]
Property UseSSLSessionResumption As Boolean
[Pascal]
property UseSSLSessionResumption : boolean;
[C++]
bool get_UseSSLSessionResumption();
void set_UseSSLSessionResumption(bool Value);
[PHP]
bool get_UseSSLSessionResumption()
void set_UseSSLSessionResumption(bool $Value)
[Java]
boolean getUseSSLSessionResumption();
void setUseSSLSessionResumption(boolean Value);
Description
Set this property prior to calling Open() if you want the client to resume the previously established connection.
Discuss this help topic in SecureBlackbox Forum