Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
proxyType Class Reference
#include <netbase.h>
Collaboration diagram for proxyType:
Public Member Functions | |
proxyType () | |
proxyType (const CService &_proxy, bool _randomize_credentials=false) | |
bool | IsValid () const |
Public Attributes | |
CService | proxy |
bool | randomize_credentials |
Detailed Description
Constructor & Destructor Documentation
◆ proxyType() [1/2]
◆ proxyType() [2/2]
Member Function Documentation
◆ IsValid()
|
inline |
Definition at line 35 of file netbase.h.
References CNetAddr::IsValid(), and proxy.
Referenced by AppInitMain(), GetNetworksInfo(), SetNameProxy(), SetProxy(), and ProxyAddressValidator::validate().
Member Data Documentation
◆ proxy
CService proxyType::proxy |
Definition at line 37 of file netbase.h.
Referenced by CConnman::ConnectNode(), ConnectThroughProxy(), GetNetworksInfo(), OptionsModel::getProxySettings(), IsValid(), and OptionsDialog::updateDefaultProxyNets().
◆ randomize_credentials
bool proxyType::randomize_credentials |
Definition at line 38 of file netbase.h.
Referenced by ConnectThroughProxy(), and GetNetworksInfo().
The documentation for this class was generated from the following file:
- src/netbase.h