IPWorks WebSockets 2020 iOS Edition

Questions / Feedback?

useSSL (property)

Determines if SSL is negotiated with incoming connections.

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

FALSE

Remarks

When set to True the class will attempt to negotiate SSL with all connecting clients. To enable SSL support you must supply a valid certificate via the SSLCertStoreType, SSLCertStore, SSLCertStorePassword, and SSLCertSubject properties

The default value is False.

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