firewallPort (property)

This property contains the TCP port for the firewall Host .

Syntax

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

Default Value

0

Remarks

This property contains the TCP port for the firewall FirewallHost. See the description of the FirewallHost property for details.

Note that this property is set automatically when FirewallType is set to a valid value. See the description of the FirewallType property for details.

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