TCnWebProxy.IsBypassed(String) Method

Indicates whether to use the proxy server for the specified host.

Namespace: CNClrLib.Component.WebProxy
public
 function IsBypassed(Host: String): Boolean; overload;

Parameters

Host
Type: String

The Uri instance of the host to check for proxy use.

Return Value

Type: Boolean

true if the proxy server should not be used for host; otherwise, false.