ProxyBypass Property
See Also Example Applies To
A string specifying the name of any hosts that require the proxy to be bypassed.
Syntax
object.ProxyBypass
The object placeholder represents an XMLHTTPCall object.
Remarks
The ProxyName is the name of the local server that
requests to the internet are passed through. Most of the time a proxy does not need to be set but
if it does then it is usually a good idea to test the connection in internet explorer before
applying it to this property. The basic format for listing a proxy is
"protocol=protocol://proxy_name:access_port". For example, to specify port 21 on Proxy1 as the proxy
server, use "ftp=ftp://Proxy1:21" as the ProxyName. To bypass any host
that starts with "nov", the ProxyBypass string would be "nov*".
The default setting of this property is "".
|