EnableSSL Property
Indicates whether server starts in SSL-mode.
Object Oriented Interface
public function getEnableSSL(); public function setEnableSSL($value);
Procedural Interface
inqb_qbconnector_get($res, 7 ); inqb_qbconnector_set($res, 7, $value );
Default Value
false
Remarks
This property must be set before setting Listening to True. When EnableSSL is True, plaintext connections to the class will be rejected.
This property is not available at design time.
Data Type
Boolean