[#Proxy-2constructor-08] = xref:Proxy.adoc[Proxy]::Proxy :relfileprefix: ../ :mrdocs: Construct a proxy from a network service. == Synopsis Declared in `<netbase.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit Proxy( xref:CService.adoc[CService] const& _proxy, bool tor_stream_isolation = false); ---- == Parameters [cols="1,4"] |=== | Name| Description | *_proxy* | The proxy service address. | *tor_stream_isolation* | Whether to isolate Tor streams over this proxy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#