Proxy configuration.
More...
#import <ZDKProxyConfig.h>
|
| (NSString *) | - handlesDescription |
| |
Instance Methods inherited from <ZDKZHandle> |
|
(long int) | - handle |
| |
|
(void) | - initialize |
| |
|
(void) | - releaseReference |
| |
|
(NSString *) | - handlesDescription |
| |
Proxy configuration.
Configuration for usage of proxy for all outgoing requests over the supported protocols.
- See also
- ProxyModeType, ProxyProtocolType
◆ handlesDescription
| - (NSString *) handlesDescription |
|
|
|
◆ 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
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: