Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKProxySettingHandler Class Reference

Handles proxy authentication input and provides metadata about the proxy connection. More...

#include <ZMVideoSDKNetworkConnectionHelper.h>

Inherits NSObject.

Instance Methods

(void) - inputUsernamePassword:password:
 Input the username and password when using the proxy.
 
(void) - cancel
 Cancel the process to input the username and password of the proxy.
 

Properties

NSString *_Nullable proxyHost
 Get the address of the proxy host.
 
unsigned int proxyPort
 Get the proxy port.
 
NSString *_Nullable proxyDescription
 Get the description of the proxy.
 

Detailed Description

Handles proxy authentication input and provides metadata about the proxy connection.

Definition at line 33 of file ZMVideoSDKNetworkConnectionHelper.h.

Method Documentation

◆ cancel

- (void) cancel

Cancel the process to input the username and password of the proxy.

◆ inputUsernamePassword:password:

- (void) inputUsernamePassword: (NSString *) userName
password: (NSString *) psw 

Input the username and password when using the proxy.

Parameters
userNameThe username when using the proxy.
pswThe password when using the proxy.

Property Documentation

◆ proxyDescription

- (NSString* _Nullable) proxyDescription
readnonatomiccopy

Get the description of the proxy.

Definition at line 48 of file ZMVideoSDKNetworkConnectionHelper.h.

◆ proxyHost

- (NSString* _Nullable) proxyHost
readnonatomiccopy

Get the address of the proxy host.

Definition at line 38 of file ZMVideoSDKNetworkConnectionHelper.h.

◆ proxyPort

- (unsigned int) proxyPort
readnonatomicassign

Get the proxy port.

Definition at line 43 of file ZMVideoSDKNetworkConnectionHelper.h.