QuickBooks Integrator 2016 PHP Edition
QuickBooks Integrator 2016 PHP Edition
Questions / Feedback?

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

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 PHP Edition - Version 16.0 [Build 7353]