IsProxy

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

NameDescription
addrThe address to test.