SecureBlackbox 2020 iOS Edition

Questions / Feedback?

host (property)

Specifies the host address of the SP server.

Syntax

@property (nonatomic,readwrite,assign,getter=host,setter=setHost:) NSString* host;
- (NSString*)host;
- (void)setHost:(NSString*)newHost;
public var host: String {
  get {...}
set {...} }

Default Value

""

Remarks

Use this property to specify the IP address on which to listen to incoming connections. To specify the listening port number, use Port.

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