Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- wodTelnetDLX
- Methods
- Properties
- Authentication
- AutoSize
- BackColor
- BackLog
- BindIP
- BindPort
- Blocking
- BorderVisible
- Certificate
- CharEncoding
- Column
- Columns
- ColWidth
- Command
- ContextMenu
- CursorHeight
- DataOut
- DataReady
- Enabled
- ErrorText
- ExitSignal
- ExitStatus
- Font
- ForeColor
- HandleSysKeys
- Hostname
- hWnd
- KeepAlives
- Language
- LastError
- LocalCertBag
- Login
- MousePointer
- MouseWheel
- MyHostname
- MyIP
- Notification
- Password
- Picture
- Port
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RecordMode
- RemoteIdentification
- Row
- RowHeight
- Rows
- ScrollBars
- ScrollX
- ScrollY
- SecureMethod
- SelectedText
- ShowCursor
- Socket
- SpecialKeyFocus
- State
- StateText
- StripANSI
- StripColors
- TabStop
- TelnetOption
- TerminalEmulation
- TerminalType
- Text
- Timeout
- TranslateSpecial
- UseIPv6
- Version
- Events
- IwodTelnetNotify
- wodTelnetDLX
- How to get support?
- Technical information
- Fast notifications interface
- Error list
ProxyHostname property
Specifies the hostname of proxy to use.
Type
StringSyntax
- Basic
object.ProxyHostname [= value]
The ProxyHostname(object) syntax has these parts:
The ProxyHostname(object) syntax has these parts:
object | An expression evaluating to an object of type wodTelnetDLX |
Remarks
When the wodTelnetDLX client is unable to establish a direct connection (not connected directly to the internet, for example), the proxy option can be used. There are several types of proxies supported by the wodTelnetDLX control. When any proxy is used, this property specifies the hostname for the remote proxy. Be careful, though. This property is not same as the Hostname property.When a connection to a proxy is established, wodTelnetDLX will issue a request to the proxy to open a remote connection to the hostname specified by the ProxyHostname property. For example
wodTelnetDLX1.ProxyType = ProxySocks4
wodTelnetDLX1.ProxyHostname = "proxy.server.com"
wodTelnetDLX1.ProxyPort = 1080
wodTelnetDLX1.Connect "telnet.weonlydo.com"
would connect to WeOnlyDo's Telnet/SSH server, but through the proxy proxy.server.com.