Proxy utility methods.
More...
◆ authCheckWithUrl:
Checks if proxy authentication is required to access a given URL.
- Parameters
-
◆ exportCredentials
Exports the credentials to JSON.
- Returns
- The credentials in JSON format.
◆ getCredentialsWithProxyIPAddress:
Gets the proxy credentials for the given proxy IP address.
- Parameters
-
proxyIPAddress | The proxy IP address. |
- Returns
- The proxy credentials, if they exist, or
null
.
◆ importCredentialsWithCredentialsJson:
+ (void) importCredentialsWithCredentialsJson: |
|
(NSString *) |
credentialsJson |
|
Imports credentials from JSON.
- Parameters
-
credentialsJson | The credentials in JSON format. |
◆ init
◆ proxy
◆ setCredentialsWithProxyIPAddress:proxyCredentials:
Sets the proxy credentials for the given proxy IP address.
- Parameters
-
proxyIPAddress | The proxy IP address. |
proxyCredentials | The proxy credentials. |
◆ setCredentialsWithProxyIPAddresses:proxyCredentials:
+ (void) setCredentialsWithProxyIPAddresses: |
|
(NSMutableArray *) |
proxyIPAddresses |
proxyCredentials: |
|
(FMLiveSwitchProxyCredentials *) |
proxyCredentials |
|
|
| |
Sets the proxy credentials for the given proxy IP addresss.
- Parameters
-
proxyIPAddresses | The proxy IP addresses. |
proxyCredentials | The proxy credentials. |