Bitcoin ABC  0.26.3
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
proxyType Class Reference

#include <netbase.h>

Collaboration diagram for proxyType:
[legend]

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 31 of file netbase.h.

Constructor & Destructor Documentation

◆ proxyType() [1/2]

proxyType::proxyType ( )
inline

Definition at line 33 of file netbase.h.

◆ proxyType() [2/2]

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

Definition at line 34 of file netbase.h.

Member Function Documentation

◆ IsValid()

bool proxyType::IsValid ( ) const
inline

Definition at line 38 of file netbase.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ proxy

CService proxyType::proxy

Definition at line 40 of file netbase.h.

◆ randomize_credentials

bool proxyType::randomize_credentials

Definition at line 41 of file netbase.h.


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