7#import <Foundation/Foundation.h>
19@property(nonatomic,copy,nullable)NSString *
proxy;
59- (void)proxyAuth:(NSString*)userName password:(NSString*)password;
108@protocol ZoomSDKNetworkServiceDelegate <NSObject>
133@property(nonatomic, retain, nullable) id<ZoomSDKNetworkServiceDelegate>
delegate;
ZoomSDKError
Enumeration of common errors of SDK.
Network service interface for configuring proxies and handling SSL verification.
id< ZoomSDKNetworkServiceDelegate > delegate
id< ZoomSDKNetworkServiceDelegate > _delegate
Helper interface for proxy authentication and configuration.
NSString * getProxyDescription()
Gets description of proxy.
NSString * _proxyDescription
void cancel()
Cancels authentication of proxy.
int getProxyPort()
Gets proxy port.
NSString * getProxyHost()
Gets proxy host.
Model class for proxy configuration.
BOOL autoDetct
Sets the network autoDetect.
NSString * proxy
Sets the network proxy.
Helper interface for SSL certificate verification.
NSString * getCertIssueBy()
The certificate is issued by whom.
NSString * getCertIssueTo()
The certificate is issued to whom.
NSString * getCertFingerprint()
Gets fingerprint of certificate.
void trust()
Trust the certificate.
NSString * getCertSerialNum()
Gets serial number of certificate.
void cancel()
Cancels the certificate.