Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

#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

Definition at line 29 of file netbase.h.

Constructor & Destructor Documentation

◆ proxyType() [1/2]

proxyType::proxyType ( )
inline

Definition at line 32 of file netbase.h.

◆ proxyType() [2/2]

proxyType::proxyType ( const CService _proxy,
bool  _randomize_credentials = false 
)
inlineexplicit

Definition at line 33 of file netbase.h.

Member Function Documentation

◆ IsValid()

bool proxyType::IsValid ( ) const
inline

Member Data Documentation

◆ proxy

◆ 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:
Released under the MIT license