Kurlyk
Loading...
Searching...
No Matches
cryptox::ProxyConfig Member List

This is the complete list of members for cryptox::ProxyConfig, including all inherited members.

get_ip() constcryptox::ProxyConfiginline
get_password() constcryptox::ProxyConfiginline
get_port() constcryptox::ProxyConfiginline
get_username() constcryptox::ProxyConfiginline
is_valid() constcryptox::ProxyConfiginline
proxy_authcryptox::ProxyConfig
proxy_servercryptox::ProxyConfig
proxy_typecryptox::ProxyConfig
ProxyConfig()cryptox::ProxyConfiginline
ProxyConfig(std::string server, std::string auth, ProxyType type)cryptox::ProxyConfiginline
set_proxy(const std::string &ip, int port, ProxyType type)cryptox::ProxyConfiginline
set_proxy(const std::string &ip, int port, const std::string &username, const std::string &password, ProxyType type=ProxyType::HTTP)cryptox::ProxyConfiginline
set_proxy_auth(const std::string &username, const std::string &password)cryptox::ProxyConfiginline
usecryptox::ProxyConfig