[#IsProxy] = IsProxy :mrdocs: Check whether an address is one of the configured proxies. == Synopsis Declared in `<netbase.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsProxy(xref:CNetAddr.adoc[CNetAddr] const& addr); ---- == Return Value True when the address is a configured proxy. == Parameters [cols="1,4"] |=== | Name| Description | *addr* | The address to test. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#