#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. |
Definition at line 49 of file proxy.h.
char* PurpleProxyInfo::host |