webimage ProxyBypass property
Return to Introduction  Previous page  Next page
Applies to
acWebImage, acHTTP and acAutoUpgrader components as subproperty of HTTPProxy structure.  

Declaration
property ProxyBypass: String;  

Description
The ProxyBypass contains the list of host names or IP addresses, or both, that should not be routed through the proxy. The list can contain wildcards. If the ProxyBypass is empty, the acWebImage reads the bypass list from the registry.  
 
tip You can use wild cards to match domain and host names or addresses — for example, www.*.com;128.*;240.*;*.mygroup.*;*x* and so on. Use semicolon (;) to separate entries.  

See also
ProxyServer and ProxyPort properties.