SecureBlackbox 2020 iOS Edition

Questions / Feedback?

port (property)

The listening port number.

Syntax

@property (nonatomic,readwrite,assign,getter=port,setter=setPort:) int port;
- (int)port;
- (void)setPort:(int)newPort;
public var port: Int32 {
  get {...}
set {...} }

Default Value

80

Remarks

Use this property to specify the port number on which the IdP server should listen for incoming connections. To specify server's IP address use Host.

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