[#Proxy-2constructor-0a] = xref:Proxy.adoc[Proxy]::Proxy :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<netbase.h>` Construct an empty, invalid proxy. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:Proxy/2constructor-03.adoc[Proxy](); ---- [.small]#xref:Proxy/2constructor-03.adoc[_» more..._]# Construct a proxy from a local unix domain socket path. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:Proxy/2constructor-01.adoc[Proxy]( std::string path, bool tor_stream_isolation = false); ---- [.small]#xref:Proxy/2constructor-01.adoc[_» more..._]# Construct a proxy from a network service. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:Proxy/2constructor-08.adoc[Proxy]( xref:CService.adoc[CService] const& _proxy, bool tor_stream_isolation = false); ---- [.small]#xref:Proxy/2constructor-08.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#