Proxy configuration.
More...
#include <ProxyConfig.h>
|
|
| ProxyConfig (ZDK::Shared::ProxyConfig src) |
| |
|
virtual long long | Handle () override |
| |
|
virtual void | Initialize () override |
| |
|
virtual void | ReleaseReference () override |
| |
|
|
ZDK::IProxyConfig * | cppRef = nullptr |
| |
|
| ZDK_NET::ProxyProtocolType | Protocol [get] |
| | The protocol whose the settings belong. More...
|
| |
| ZDK_NET::ProxyModeType | Mode [get] |
| | The proxy mode whose the settings belong. More...
|
| |
| System::String^ | Hostname [get] |
| | The proxy hostname. More...
|
| |
| unsigned int | Port [get] |
| | The proxy port. More...
|
| |
| System::String^ | Username [get] |
| | The username to use when authenticating. More...
|
| |
| System::String^ | Password [get] |
| | The password to use when authenticating. More...
|
| |
Proxy configuration.
Configuration for usage of proxy for all outgoing requests over the supported protocols.
- See also
- ProxyModeType, ProxyProtocolType
◆ Hostname
| System:: String^ ZDK_NET::ProxyConfig::Hostname |
|
get |
The proxy hostname.
- Returns
- The proxy hostname
◆ Mode
| ZDK_NET:: ProxyModeType ZDK_NET::ProxyConfig::Mode |
|
get |
The proxy mode whose the settings belong.
- Returns
- The proxy mode
- See also
- ProxyModeType
◆ Password
| System:: String^ ZDK_NET::ProxyConfig::Password |
|
get |
The password to use when authenticating.
- Returns
- The password to use when authenticating
◆ Port
| unsigned int ZDK_NET::ProxyConfig::Port |
|
get |
The proxy port.
- Returns
- The proxy port
◆ Protocol
| ZDK_NET:: ProxyProtocolType ZDK_NET::ProxyConfig::Protocol |
|
get |
The protocol whose the settings belong.
- Returns
- The protocol
- See also
- ProxyProtocolType
◆ Username
| System:: String^ ZDK_NET::ProxyConfig::Username |
|
get |
The username to use when authenticating.
- Returns
- The username to use when authenticating
The documentation for this class was generated from the following file: