Video SDK for MacOS API 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. | |
Handles proxy authentication input and provides metadata about the proxy connection.
Definition at line 33 of file ZMVideoSDKNetworkConnectionHelper.h.
- (void) cancel |
Cancel the process to input the username and password of the proxy.
- (void) inputUsernamePassword: | (NSString *) | userName | |
password: | (NSString *) | psw |
Input the username and password when using the proxy.
userName | The username when using the proxy. |
psw | The password when using the proxy. |
|
readnonatomiccopy |
Get the description of the proxy.
Definition at line 48 of file ZMVideoSDKNetworkConnectionHelper.h.
|
readnonatomiccopy |
Get the address of the proxy host.
Definition at line 38 of file ZMVideoSDKNetworkConnectionHelper.h.
|
readnonatomicassign |
Get the proxy port.
Definition at line 43 of file ZMVideoSDKNetworkConnectionHelper.h.