firewallPassword (property)

This property contains a password if authentication is to be used when connecting through the firewall.

Syntax

@property (nonatomic,readwrite,assign,getter=firewallPassword,setter=setFirewallPassword:) NSString* firewallPassword;
- (NSString*)firewallPassword;
- (void)setFirewallPassword:(NSString*)newFirewallPassword;
public var firewallPassword: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property contains a password if authentication is to be used when connecting through the firewall. If FirewallHost is specified, the FirewallUser and FirewallPassword properties are used to connect and authenticate to the given firewall. If the authentication fails, the class fails with an error.

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