SecureBlackbox 2020 iOS Edition

Questions / Feedback?

boundPort (property)

Indicates the bound listening port.

Syntax

@property (nonatomic,readonly,assign,getter=boundPort) int boundPort;
- (int)boundPort;
public var boundPort: Int32 {
  get {...}
}

Default Value

0

Remarks

Check this property to find out the port that has been allocated to the server by the system. The bound port always equals Port if it is provided, or is allocated dynamically if configured to fall in the range between PortRangeFrom and PortRangeTo constraints.

This property is read-only.

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