Bitcoin Core  26.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
Proxy Class Reference

#include <netbase.h>

Collaboration diagram for Proxy:
[legend]

Public Member Functions

 Proxy ()
 
 Proxy (const CService &_proxy, bool _randomize_credentials=false)
 
bool IsValid () const
 

Public Attributes

CService proxy
 
bool randomize_credentials
 

Detailed Description

Definition at line 50 of file netbase.h.

Constructor & Destructor Documentation

◆ Proxy() [1/2]

Proxy::Proxy ( )
inline

Definition at line 53 of file netbase.h.

◆ Proxy() [2/2]

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

Definition at line 54 of file netbase.h.

Member Function Documentation

◆ IsValid()

bool Proxy::IsValid ( ) const
inline

Definition at line 56 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 Proxy::proxy

Definition at line 58 of file netbase.h.

◆ randomize_credentials

bool Proxy::randomize_credentials

Definition at line 59 of file netbase.h.


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