TCnWebProxy.BypassArrayList Property

Gets a list of addresses that do not use the proxy server.

Namespace: CNClrLib.Component.WebProxy
public
 property BypassArrayList: _ArrayList read GetBypassArrayList;

Property Value

Type: _ArrayList

An ArrayList that contains a list of BypassList arrays that represents URIs that do not use the proxy server when accessed.

The BypassArrayList is an array list of regular expression strings that describe the URIs that a WebRequest instance accesses directly instead of through the proxy server.