|
libcdoc 0.1.8
|
Proxy credentials used for network access. More...
#include <NetworkBackend.h>
Public Attributes | |
| std::string | host |
| Proxy host. | |
| uint16_t | port |
| Proxy port. | |
| std::string | username |
| Proxy username. | |
| std::string | password |
| Proxy password. | |
Proxy credentials used for network access.
| std::string libcdoc::NetworkBackend::ProxyCredentials::host |
Proxy host.
| std::string libcdoc::NetworkBackend::ProxyCredentials::password |
Proxy password.
| uint16_t libcdoc::NetworkBackend::ProxyCredentials::port |
Proxy port.
| std::string libcdoc::NetworkBackend::ProxyCredentials::username |
Proxy username.