zdk.objc
Instance Methods | Properties | List of all members
<ZDKProxyConfig> Protocol Reference

Proxy configuration. More...

#import <ZDKProxyConfig.h>

Inheritance diagram for <ZDKProxyConfig>:
<ZDKZHandle>

Instance Methods

(NSString *) - handlesDescription
 
- Instance Methods inherited from <ZDKZHandle>
(long int) - handle
 
(void) - initialize
 
(void) - releaseReference
 
(NSString *) - handlesDescription
 

Properties

ZDKProxyProtocolType protocol
 The protocol whose the settings belong. More...
 
ZDKProxyModeType mode
 The proxy mode whose the settings belong. More...
 
NSString *_Nullable hostname
 The proxy hostname. More...
 
unsigned int port
 The proxy port. More...
 
NSString *_Nullable username
 The username to use when authenticating. More...
 
NSString *_Nullable password
 The password to use when authenticating. More...
 

Detailed Description

Proxy configuration.

Configuration for usage of proxy for all outgoing requests over the supported protocols.

See also
ProxyModeType, ProxyProtocolType

Method Documentation

◆ handlesDescription

- (NSString *) handlesDescription

Reimplemented from <ZDKZHandle>.

Property Documentation

◆ hostname

- (NSString* _Nullable) hostname
readnonatomicassign

The proxy hostname.

Returns
The proxy hostname

◆ mode

- (ZDKProxyModeType) mode
readnonatomicassign

The proxy mode whose the settings belong.

Returns
The proxy mode
See also
ProxyModeType

◆ password

- (NSString* _Nullable) password
readnonatomicassign

The password to use when authenticating.

Returns
The password to use when authenticating

◆ port

- (unsigned int) port
readnonatomicassign

The proxy port.

Returns
The proxy port

◆ protocol

- (ZDKProxyProtocolType) protocol
readnonatomicassign

The protocol whose the settings belong.

Returns
The protocol
See also
ProxyProtocolType

◆ username

- (NSString* _Nullable) username
readnonatomicassign

The username to use when authenticating.

Returns
The username to use when authenticating

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