IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

useSSL (property)

Whether to use SSL/TLS when connecting.

Syntax

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

Default Value

TRUE

Remarks

This property specifies whether the class should use SSL/TLS when connecting.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 iOS Edition - Version 20.0 [Build 8265]