Fabcoin Core  0.16.2
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 28 of file netbase.h.

Constructor & Destructor Documentation

proxyType::proxyType ( )
inline

Definition at line 31 of file netbase.h.

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

Definition at line 32 of file netbase.h.

Member Function Documentation

bool proxyType::IsValid ( ) const
inline

Definition at line 34 of file netbase.h.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

CService proxyType::proxy

Definition at line 36 of file netbase.h.

bool proxyType::randomize_credentials

Definition at line 37 of file netbase.h.


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