QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

enableSSL (property)

Indicates whether server starts in SSL-mode.

Syntax

@property (nonatomic,readwrite,assign,getter=enableSSL,setter=setEnableSSL:) BOOL enableSSL;
- (BOOL)enableSSL;
- (void)setEnableSSL:(BOOL)newEnableSSL;
public var enableSSL: Bool {
  get {...}
set {...} }

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.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 iOS Edition - Version 20.0 [Build 7941]