Proxy setting information callback interface.
More...
#include <network_connection_handler_interface.h>
Proxy setting information callback interface.
Definition at line 29 of file network_connection_handler_interface.h.
◆ ~IProxySettingHandler()
virtual IProxySettingHandler::~IProxySettingHandler |
( |
| ) |
|
|
inlinevirtual |
◆ Cancel()
virtual void IProxySettingHandler::Cancel |
( |
| ) |
|
|
pure virtual |
Cancel the process to input the username and password of the proxy.
◆ GetProxyDescription()
virtual const zchar_t * IProxySettingHandler::GetProxyDescription |
( |
| ) |
|
|
pure virtual |
Get the description of the proxy. Return The description of the proxy.
◆ GetProxyHost()
virtual const zchar_t * IProxySettingHandler::GetProxyHost |
( |
| ) |
|
|
pure virtual |
Get the address of the proxy host. Return the address of the proxy host.
◆ GetProxyPort()
virtual unsigned int IProxySettingHandler::GetProxyPort |
( |
| ) |
|
|
pure virtual |
Get the proxy port. Return The value of the proxy port.
◆ InputUsernamePassword()
virtual void IProxySettingHandler::InputUsernamePassword |
( |
const zchar_t * | userName, |
|
|
const zchar_t * | psw ) |
|
pure virtual |
Input the username and password when using the proxy.
- Parameters
-
userName | The username when using the proxy. |
psw | The password when using the proxy. |