libcdoc 0.1.8
libcdoc::NetworkBackend::ProxyCredentials Struct Reference

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.
 

Detailed Description

Proxy credentials used for network access.

Member Data Documentation

◆ host

std::string libcdoc::NetworkBackend::ProxyCredentials::host

Proxy host.

◆ password

std::string libcdoc::NetworkBackend::ProxyCredentials::password

Proxy password.

◆ port

uint16_t libcdoc::NetworkBackend::ProxyCredentials::port

Proxy port.

◆ username

std::string libcdoc::NetworkBackend::ProxyCredentials::username

Proxy username.


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