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
ProxyType property
Specifies the type of proxy to use.
Type
ProxyTypes enumerationSyntax
- Basic
object.ProxyType [= value]
The ProxyType(object) syntax has these parts:
The ProxyType(object) syntax has these parts:
object | An expression evaluating to an object of type wodTelnetDLX |
Remarks
If the user needs to connect to a remote server through a proxy, this property should be set to a value other than ProxyNone. Depending on the type of remote proxy, the user should specify the correct protocol with this property.Socks 4/4a and Socks 5 are general proxy protocols, universal to any type of protocol.
Relay is not a real proxy, but just a 'pipe' or 'redirector' that listens on a predefined port, and when a client connects to it, opens a predefined destination hostname and redirects all traffic between the client and the remote server. A relay proxy is very useful when testing other protocols.
ProxyWindows type is included in version 2.1.6. It uses same values as specified in Internet Explorer, under Tools-Internet Options-Connections-LAN Settings. wodTelnetDLX will use anything specified for "Socks" proxy addresses, or for "Secure" if socks isn't specified.
There are no telnet-specific proxies, since such proxy types are different among proxy servers. If you need such proxy support - it is sufficient to telnet to proxy server, and then issue command manually. Usually proxy server tells you what command needs to be issued and in what format.