[#GetProxy] = GetProxy :mrdocs: Get the proxy configured for a given network, if any. == Synopsis Declared in `<netbase.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::optional<Proxy> GetProxy(xref:Network.adoc[Network] net); ---- == Return Value The configured proxy, or std::nullopt if none is set. == Parameters [cols="1,4"] |=== | Name| Description | *net* | The network to look up. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#