firewallAutoDetect (property)

This property tells the class whether or not to automatically detect and use firewall system settings, if available.

Syntax

@property (nonatomic,readwrite,assign,getter=firewallAutoDetect,setter=setFirewallAutoDetect:) BOOL firewallAutoDetect;
- (BOOL)firewallAutoDetect;
- (void)setFirewallAutoDetect:(BOOL)newFirewallAutoDetect;
public var firewallAutoDetect: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

This property tells the class whether or not to automatically detect and use firewall system settings, if available.

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