|
Meeting SDK for macOS API Reference
|
Helper interface for proxy authentication and configuration. More...
#include <ZoomSDKNetworkService.h>
Inherits NSObject.
Instance Methods | |
| (NSString *) | - getProxyHost |
| Gets proxy host. | |
| (int) | - getProxyPort |
| Gets proxy port. | |
| (NSString *) | - getProxyDescription |
| Gets description of proxy. | |
| (void) | - proxyAuth:password: |
| Authentication of proxy. | |
| (void) | - cancel |
| Cancels authentication of proxy. | |
Protected Attributes | |
| NSString * | _proxyHost |
| int | _proxyPort |
| NSString * | _proxyDescription |
Helper interface for proxy authentication and configuration.
Definition at line 33 of file ZoomSDKNetworkService.h.
| - (NSString *) getProxyDescription |
Gets description of proxy.
References getProxyDescription.
Referenced by getProxyDescription.
| - (NSString *) getProxyHost |
Gets proxy host.
References getProxyHost.
Referenced by getProxyHost.
| - (int) getProxyPort |
| - (void) proxyAuth: | (NSString *) | userName | |
| password: | (NSString *) | password |
Authentication of proxy.
| userName | Input username for authentication. |
| password | Input password for authentication. |
|
protected |
Definition at line 37 of file ZoomSDKNetworkService.h.
|
protected |
Definition at line 35 of file ZoomSDKNetworkService.h.
|
protected |
Definition at line 36 of file ZoomSDKNetworkService.h.