zdk.net
Public Member Functions | Public Attributes | Properties | List of all members
ZDK_NET::ProxyConfig Class Reference

Proxy configuration. More...

#include <ProxyConfig.h>

Inheritance diagram for ZDK_NET::ProxyConfig:
ZDK_NET::ZHandle

Public Member Functions

 ProxyConfig (ZDK::Shared::ProxyConfig src)
 
virtual long long Handle () override
 
virtual void Initialize () override
 
virtual void ReleaseReference () override
 

Public Attributes

ZDK::IProxyConfig * cppRef = nullptr
 

Properties

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...
 

Detailed Description

Proxy configuration.

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

See also
ProxyModeType, ProxyProtocolType

Property Documentation

◆ 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: