Helper interface for proxy authentication and configuration.
More...
#include <ZoomSDKNetworkService.h>
Inherits NSObject.
Helper interface for proxy authentication and configuration.
Definition at line 33 of file ZoomSDKNetworkService.h.
◆ cancel
Cancels authentication of proxy.
◆ getProxyDescription
| - (NSString *) getProxyDescription |
|
|
|
Gets description of proxy.
- Returns
- If the function succeeds, it returns the proxy description. Otherwise, this function fails and returns nil.
◆ getProxyHost
| - (NSString *) getProxyHost |
|
|
|
Gets proxy host.
- Returns
- If the function succeeds, it returns the proxy host. Otherwise, this function fails and returns nil.
◆ getProxyPort
Gets proxy port.
- Returns
- The proxy port.
◆ proxyAuth:password:
| - (void) proxyAuth: |
|
(NSString *) | userName |
| password: |
|
(NSString *) | password |
Authentication of proxy.
- Parameters
-
| userName | Input username for authentication. |
| password | Input password for authentication. |
◆ _proxyDescription
| - (NSString*) _proxyDescription |
|
protected |
◆ _proxyHost
◆ _proxyPort