Check whether an address is one of the configured proxies.
Synopsis
Declared in <netbase.h>
bool
IsProxy(CNetAddr const& addr);
Return Value
True when the address is a configured proxy.
Parameters
Name |
Description |
addr |
The address to test. |
Created with MrDocs