PurpleProxyInfo Struct Reference

Information on proxy settings. More...

#include <proxy.h>


Data Fields

char * host
 The host.
char * password
 The password.
int port
 The port number.
PurpleProxyType type
 The proxy type.
char * username
 The username.


Detailed Description

Information on proxy settings.

Definition at line 48 of file proxy.h.


Field Documentation

char* PurpleProxyInfo::host

The host.

Definition at line 52 of file proxy.h.

char* PurpleProxyInfo::password

The password.

Definition at line 55 of file proxy.h.

int PurpleProxyInfo::port

The port number.

Definition at line 53 of file proxy.h.

PurpleProxyType PurpleProxyInfo::type

The proxy type.

Definition at line 50 of file proxy.h.

char* PurpleProxyInfo::username

The username.

Definition at line 54 of file proxy.h.


The documentation for this struct was generated from the following file: