QuickBooks Integrator 2020 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) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 PHP Edition - Version 20.0 [Build 7941]