SecureBlackbox 2020 iOS Edition

Questions / Feedback?

dataPortRangeTo (property)

Specifies the upper port range bound for passive mode data connections.

Syntax

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

Default Value

0

Remarks

Use this property in combination with DataPortRangeFrom to limit the port range for passive mode data connections. The value of 0 (zero) stands for no upper bound.

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