Constructors
Declared in <netbase.h>
Construct an empty, invalid proxy.
Proxy();
» more...
Construct a proxy from a local unix domain socket path.
explicit
Proxy(
std::string path,
bool tor_stream_isolation = false);
» more...
Construct a proxy from a network service.
explicit
Proxy(
CService const& _proxy,
bool tor_stream_isolation = false);
» more...
| 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. |