Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKProxySettingHelper Class Reference

#include <ZoomSDKNetworkService.h>

Inherits NSObject.

Instance Methods

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

Protected Attributes

NSString * _proxyHost
 
int _proxyPort
 
NSString * _proxyDescription
 

Detailed Description

Definition at line 19 of file ZoomSDKNetworkService.h.

Method Documentation

◆ cancel

- (void) cancel

Cancel authentication 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.

Field Documentation

◆ _proxyDescription

- (NSString*) _proxyDescription
protected

Definition at line 23 of file ZoomSDKNetworkService.h.

◆ _proxyHost

- (NSString*) _proxyHost
protected

Definition at line 21 of file ZoomSDKNetworkService.h.

◆ _proxyPort

- (int) _proxyPort
protected

Definition at line 22 of file ZoomSDKNetworkService.h.