TCnWebProxy.BypassAddressList Property
Gets or sets an array of addresses that do not use the proxy server.
published property BypassAddressList: TStrings read GetBypassList write SetBypassList;
Property Value
Type: TStrings
A TStrings that contains a list of regular expressions that describe URIs that do not use the proxy server when accessed.
The BypassAddressList property contains an array of regular expressions that describe URIs that a WebRequest instance accesses directly instead of through the proxy server.