#include <gui_rpc_client.h>

Public Member Functions | |
| GR_PROXY_INFO () | |
| ~GR_PROXY_INFO () | |
| int | parse (MIOFILE &) |
| void | print () |
| void | clear () |
Public Attributes | |
| bool | use_http_proxy |
| bool | use_socks_proxy |
| bool | use_http_authentication |
| int | socks_version |
| std::string | socks_server_name |
| std::string | http_server_name |
| int | socks_server_port |
| int | http_server_port |
| std::string | http_user_name |
| std::string | http_user_passwd |
| std::string | socks5_user_name |
| std::string | socks5_user_passwd |
| std::string | noproxy_hosts |
| GR_PROXY_INFO::GR_PROXY_INFO | ( | ) |

| GR_PROXY_INFO::~GR_PROXY_INFO | ( | ) |

| int GR_PROXY_INFO::parse | ( | MIOFILE & | in | ) |


| void GR_PROXY_INFO::print | ( | ) |

| void GR_PROXY_INFO::clear | ( | ) |

| std::string GR_PROXY_INFO::socks_server_name |
| std::string GR_PROXY_INFO::http_server_name |
| std::string GR_PROXY_INFO::http_user_name |
| std::string GR_PROXY_INFO::http_user_passwd |
| std::string GR_PROXY_INFO::socks5_user_name |
| std::string GR_PROXY_INFO::socks5_user_passwd |
| std::string GR_PROXY_INFO::noproxy_hosts |
1.5.6