TCnWebProxy.IsBypassed(_Uri) Method
Indicates whether to use the proxy server for the specified host.
The IsBypassed method is used to determine whether to bypass the
proxy server when accessing an Internet resource.
The BypassProxyOnLocal and BypassAddressList properties control the return value of the IsBypassed method.
IsBypassed returns true under any of the following conditions:
- If BypassProxyOnLocal is true and host is a local URI. Local requests are identified by the lack of a period (.) in the URI, as in http://webserver/.
- If host matches a regular expression in BypassAddressList.
- If Address is null.