The proxy that the user want to use according to the net environment. Here are more detailed structural descriptions. More...
#include <network_connection_handler_interface.h>
Public Member Functions | |
tagProxySettings () | |
Data Fields | |
const zchar_t * | proxy |
The proxy ip address and port that user want to use, should be organized like ip:port, such as '255.255.255.255:8080'. Use ';' to separate multi proxies. | |
bool | auto_detect |
TRUE indicates automatic detection. | |
The proxy that the user want to use according to the net environment. Here are more detailed structural descriptions.
Definition at line 16 of file network_connection_handler_interface.h.
|
inline |
Definition at line 20 of file network_connection_handler_interface.h.
References auto_detect, and proxy.
bool tagProxySettings::auto_detect |
TRUE indicates automatic detection.
Definition at line 19 of file network_connection_handler_interface.h.
Referenced by tagProxySettings().
const zchar_t* tagProxySettings::proxy |
The proxy ip address and port that user want to use, should be organized like ip:port, such as '255.255.255.255:8080'. Use ';' to separate multi proxies.
Definition at line 18 of file network_connection_handler_interface.h.
Referenced by tagProxySettings().