Discuss this help topic in SecureBlackbox Forum
Specifies whether secure session is established before sending the data.
Declaration
[VB.NET]
Property SSLMode As Boolean
[Pascal]
property SSLMode : boolean;
[C++]
bool get_SSLMode();
void set_SSLMode(bool Value);
[PHP]
bool get_SSLMode()
void set_SSLMode(bool $Value)
[Java]
boolean getSSLMode();
void setSSLMode(boolean Value);
Description
Use this property to enable or disable secure session.
When SSLMode is
True, the data transfer is secured by SSL/TLS.
Discuss this help topic in SecureBlackbox Forum