dca_interface  6.3.4
dca::ProxySettings Struct Reference

#include <base_classes.h>

Detailed Description

If you are using one or more proxy servers set up this structure and use it for e.g. the creation of a DbConnection.

See also
DbConnectionData

Definition at line 275 of file base_classes.h.

Public Attributes

std::string user
 proxy username
 
std::string password
 proxy password associated for the given username
 
std::string proxyServer
 the proxy server (IP address or the fully qualified domain name)
 
unsigned int proxyPort
 the proxy server port to be used
 

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