libcdoc 0.5.1
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_view 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_view libcdoc::NetworkBackend::ProxyCredentials::password

Proxy password.

It is the implementer's responsibility to ensure that the buffer remains valid during CDocWriter getFMK and beginEncryption calls

◆ 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: