Construct a proxy from a network service.

Synopsis

Declared in <netbase.h>

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

Parameters

Name

Description

_proxy

The proxy service address.

tor_stream_isolation

Whether to isolate Tor streams over this proxy.

Created with MrDocs