[#TorControlConnection-Connect] = xref:TorControlConnection.adoc[TorControlConnection]::Connect :relfileprefix: ../ :mrdocs: Connect to a Tor control port. tor_control_center is address of the form host:port. Return true on success. == Synopsis Declared in `<torcontrol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool Connect(std::string const& tor_control_center); ---- == Return Value true on success, false on failure. == Parameters [cols="1,4"] |=== | Name| Description | *tor_control_center* | Address of the Tor control socket in host:port form. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#