Constructors

Synopses

Declared in <netbase.h>

Construct an empty, invalid proxy.

Proxy();

Construct a proxy from a local unix domain socket path.

explicit
Proxy(
    std::string path,
    bool tor_stream_isolation = false);

Construct a proxy from a network service.

explicit
Proxy(
    CService const& _proxy,
    bool tor_stream_isolation = false);

Parameters

Name

Description

path

Filesystem path of the unix domain socket.

tor_stream_isolation

Whether to isolate Tor streams over this proxy.

_proxy

The proxy service address.

Created with MrDocs