#include <mxcpcProxyConfiguration.h>
Public Member Functions | |
mxcpcProxyConfiguration (const mxcpcIPAddress &server_ip, int server_port) | |
Creates "use proxy" configuration with proxy server as specified. | |
mxcpcProxyConfiguration () | |
Creates default "no proxy" configuration. | |
void | setServerIP (const mxcpcIPAddress &ip) |
Sets the proxy server IP address. | |
mxcpcIPAddress | serverIP (void) |
Retrieves the proxy server IP address. | |
void | setServerPort (int port) |
Sets the proxy server port. | |
int | serverPort (void) |
Retrieves the proxy server port. | |
void | setProxyUsed (bool proxy_used) |
Toggles whether or not the proxy server is used. | |
bool | proxyUsed (void) |
Tells whether or not the proxy server is used. | |
Private Attributes | |
mxcpcIPAddress | ServerIP |
int | ServerPort |
bool | UseProxy |
Definition at line 33 of file mxcpcProxyConfiguration.h.