Bitcoin ABC 0.30.5
P2P Digital Currency
Public Attributes | List of all members
ProxyCredentials Struct Reference

Credentials for proxy authentication. More...

#include <netbase.h>

Public Attributes

std::string username
 
std::string password
 

Detailed Description

Credentials for proxy authentication.

Definition at line 65 of file netbase.h.

Member Data Documentation

◆ password

std::string ProxyCredentials::password

Definition at line 67 of file netbase.h.

◆ username

std::string ProxyCredentials::username

Definition at line 66 of file netbase.h.


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