SecureBlackbox 2020 iOS Edition

Questions / Feedback?

portRangeFrom (property)

Specifies the lower limit of the listening port range for incoming connections.

Syntax

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

Default Value

0

Remarks

Use this property to specify the lower limit of the port range to listen to connections on. When a port range is used to specify the listening port (as opposed to a fixed value provided via Port), the port will be allocated within the requested range by the operating system, and reported in BoundPort.

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