Back to product page
- Introduction
- License Agreement
- Objects
- Enumerations
- wodTunnel
- Methods
- Properties
- AllocatePty
- Authentication
- Channels
- ClientName
- Compression
- Encryption
- EncryptionList
- FIPS
- HMacList
- Hostname
- KeyExchangeList
- KeySignatureList
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- PrivateKey
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- State
- StateText
- Threads
- Timeout
- UseIPv6
- Version
- Events
- wodTunnelNotify
- Channel
- Channels
- User
- Users
- How to get support?
- Technical information
- Fast notifications interface
- Using threads
- Error list
ProxyHostname property
Specifies the hostname of the proxy to use.
Type
A String valueSyntax
- Basic
object.ProxyHostname [= value]
The ProxyHostname(object,value) syntax has these parts:
The ProxyHostname(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodTunnel. |
value | A String value. |
Remarks
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'.