FMLiveSwitchProxyAuthCheckResult Class Reference

Proxy authentication check result. More...

Instance Methods

(instancetype) - initWithNeedsAuthentication:proxyIPAddresses:
 Initializes a new instance of the FMLiveSwitchProxyAuthCheckResult class. More...
 
(bool) - needsAuthentication
 Gets whether the proxy needs authentication. More...
 
(NSString *) - proxyIPAddress
 Gets the first proxy IP address. More...
 
(NSMutableArray *) - proxyIPAddresses
 Gets the proxy IP addresses. More...
 
(void) - setNeedsAuthentication:
 Sets whether the proxy needs authentication. More...
 
(void) - setProxyIPAddresses:
 Sets the proxy IP addresses. More...
 

Class Methods

(FMLiveSwitchProxyAuthCheckResult *) + proxyAuthCheckResultWithNeedsAuthentication:proxyIPAddresses:
 Initializes a new instance of the FMLiveSwitchProxyAuthCheckResult class. More...
 

Detailed Description

Proxy authentication check result.

Method Documentation

◆ initWithNeedsAuthentication:proxyIPAddresses:

- (instancetype) initWithNeedsAuthentication: (bool)  needsAuthentication
proxyIPAddresses: (NSMutableArray *)  proxyIPAddresses 

Initializes a new instance of the FMLiveSwitchProxyAuthCheckResult class.

Parameters
needsAuthenticationWhether the proxy needs authentication.
proxyIPAddressesThe proxy IP addresses.

◆ needsAuthentication

- (bool) needsAuthentication

Gets whether the proxy needs authentication.

◆ proxyAuthCheckResultWithNeedsAuthentication:proxyIPAddresses:

+ (FMLiveSwitchProxyAuthCheckResult*) proxyAuthCheckResultWithNeedsAuthentication: (bool)  needsAuthentication
proxyIPAddresses: (NSMutableArray *)  proxyIPAddresses 

Initializes a new instance of the FMLiveSwitchProxyAuthCheckResult class.

Parameters
needsAuthenticationWhether the proxy needs authentication.
proxyIPAddressesThe proxy IP addresses.

◆ proxyIPAddress

- (NSString*) proxyIPAddress

Gets the first proxy IP address.

◆ proxyIPAddresses

- (NSMutableArray*) proxyIPAddresses

Gets the proxy IP addresses.

◆ setNeedsAuthentication:

- (void) setNeedsAuthentication: (bool)  value

Sets whether the proxy needs authentication.

◆ setProxyIPAddresses:

- (void) setProxyIPAddresses: (NSMutableArray *)  value

Sets the proxy IP addresses.