Discuss this help topic in SecureBlackbox Forum
Specifies whether secure session is established before sending the data.
Declaration
[VB.NET]
Property Enabled As Boolean
[Pascal]
property Enabled : boolean;
[C++]
bool get_Enabled();
void set_Enabled(bool Value);
[PHP]
bool get_Enabled()
void set_Enabled(bool $Value)
Description
Set this property to
True to establish secure session.
Discuss this help topic in SecureBlackbox Forum