ProxyName Property
See Also Example Applies To
A string containing the details of the proxy server.
Syntax
object.ProxyName
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 "".
|