Mac SDK
Instance Methods | Protected Attributes | List of all members
ZoomSDKProxySettingHelper Class Reference
Inheritance diagram for ZoomSDKProxySettingHelper:

Instance Methods

(NSString *) - getProxyHost
 Get proxy host. More...
 
(int) - getProxyPort
 Get proxy port. More...
 
(NSString *) - getProxyDescription
 Get description of proxy. More...
 
(void) - proxyAuth:password:
 Authentication of proxy. More...
 
(void) - cancel
 

Protected Attributes

NSString * _proxyHost
 
int _proxyPort
 
NSString * _proxyDescription
 

Method Documentation

◆ cancel

- (void) cancel
Parameters
Cancelauthentication of proxy.

◆ getProxyDescription

- (NSString*) getProxyDescription

Get description of proxy.

Returns
The proxy description.

◆ getProxyHost

- (NSString*) getProxyHost

Get proxy host.

Returns
The proxy host.

◆ getProxyPort

- (int) getProxyPort

Get proxy port.

Returns
The proxy port.

◆ proxyAuth:password:

- (void) proxyAuth: (NSString *)  userName
password: (NSString *)  password 

Authentication of proxy.

Parameters
userNameInput username for authentication.
passwordInput password for authentication.

The documentation for this class was generated from the following file: