Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

ProxyCredentials Struct Reference

Credentials for proxy authentication. More...

Public Attributes

std::string username
 
std::string password
 

Detailed Description

Credentials for proxy authentication.

Definition at line 295 of file netbase.cpp.

Member Data Documentation

◆ password

std::string ProxyCredentials::password

Definition at line 298 of file netbase.cpp.

Referenced by ConnectThroughProxy(), and Socks5().

◆ username

std::string ProxyCredentials::username

Definition at line 297 of file netbase.cpp.

Referenced by ConnectThroughProxy(), and Socks5().


The documentation for this struct was generated from the following file:
Released under the MIT license