Proxy::Proxy

Construct a proxy from a network service.

Synopsis

Declared in <netbase.h>

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

Parameters

NameDescription
_proxyThe proxy service address.
tor_stream_isolationWhether to isolate Tor streams over this proxy.