Information on proxy settings. More...
#include <proxy.h>
Data Fields | |
PurpleProxyType | type |
The proxy type. | |
char * | host |
The host. | |
int | port |
The port number. | |
char * | username |
The username. | |
char * | password |
The password. |
Information on proxy settings.
Definition at line 49 of file proxy.h.
char* PurpleProxyInfo::host |