SecureBlackbox 2020 iOS Edition

Questions / Feedback?

dataHost (property)

Host address for incoming data channel connections.

Syntax

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

Default Value

""

Remarks

Use this property to specify the address for incoming data channel connections, if it is different to Host.

In some network environments, in particular, where the server is behind a NAT, there may be a requirement to use a different host address for data connections.

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