![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <netbase.h>
Public Member Functions | |
| Proxy () | |
| Proxy (const CService &_proxy, bool tor_stream_isolation=false) | |
| Proxy (std::string path, bool tor_stream_isolation=false) | |
| bool | IsValid () const |
| sa_family_t | GetFamily () const |
| std::string | ToString () const |
| std::unique_ptr< Sock > | Connect () const |
Public Attributes | |
| CService | proxy |
| std::string | m_unix_socket_path |
| bool | m_is_unix_socket |
| bool | m_tor_stream_isolation |
|
inlineexplicit |
|
inlineexplicit |
| std::unique_ptr< Sock > Proxy::Connect | ( | ) | const |
Definition at line 668 of file netbase.cpp.
|
inline |
|
inline |