Bitcoin Core  27.99.0
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 92 of file netbase.h.

Member Data Documentation

◆ password

std::string ProxyCredentials::password

Definition at line 95 of file netbase.h.

◆ username

std::string ProxyCredentials::username

Definition at line 94 of file netbase.h.


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