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... | |
Proxy authentication check result.
- (instancetype) initWithNeedsAuthentication: | (bool) | needsAuthentication | |
proxyIPAddresses: | (NSMutableArray *) | proxyIPAddresses | |
Initializes a new instance of the FMLiveSwitchProxyAuthCheckResult class.
needsAuthentication | Whether the proxy needs authentication. |
proxyIPAddresses | The proxy IP addresses. |
- (bool) needsAuthentication |
Gets whether the proxy needs authentication.
+ (FMLiveSwitchProxyAuthCheckResult*) proxyAuthCheckResultWithNeedsAuthentication: | (bool) | needsAuthentication | |
proxyIPAddresses: | (NSMutableArray *) | proxyIPAddresses | |
Initializes a new instance of the FMLiveSwitchProxyAuthCheckResult class.
needsAuthentication | Whether the proxy needs authentication. |
proxyIPAddresses | The proxy IP addresses. |
- (NSString*) proxyIPAddress |
Gets the first proxy IP address.
- (NSMutableArray*) proxyIPAddresses |
Gets the proxy IP addresses.
- (void) setNeedsAuthentication: | (bool) | value |
Sets whether the proxy needs authentication.
- (void) setProxyIPAddresses: | (NSMutableArray *) | value |
Sets the proxy IP addresses.