When the wodTunnel client is unable to establish a
direct connection (for example, if it is not connected directly to the internet),
the proxy option can be used. There are
several types of proxies supported by the wodTunnel
control. When any proxy is used, this property specifies
the hostname for the remote proxy. Be careful not to confuse this
property with the Hostname property,
which is entirely different.
When a connection to a proxy is established, wodTunnel
will issue a request to the proxy to open a remote
connection to the hostname specified by the ProxyHostname
property.
For example,
wodTunnel1.ProxyType = ProxyWEBStandard
wodTunnel1.ProxyHostname = "proxy.server.com"
wodTunnel1.ProxyPort = 80
wodTunnel1.Connect "www.weonlydo.com"
would connect to WeOnlyDo's WEB server, but through
the proxy 'proxy.server.com'.