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
RemoteIdentification property
Holds remote identification string.
Type
StringSyntax
- Basic
object.RemoteIdentification [= value]
The RemoteIdentification(object) syntax has these parts:
The RemoteIdentification(object) syntax has these parts:
object | An expression evaluating to an object of type wodTelnetDLX |
Remarks
Once initial connection is established with the server, SSH protocol specifies that both parties should exchange version information. This information includes server/client type, and version supported.Typically, this would be something like SSH-1.99-OpenSSH_2.9p2 which means that server does support SSH protocol versions SSH1 and SSH2, and server type if OpenSSH_2.9p2. Other values can apply here, too.
Important thing is first part of the string, SSH-1.99. 1.99 means that server supports both SSH1 and SSH2 protocols. If only SSH1 is supported, then server would reply with SSH-1.5 (usually), and if only SSH2 is supported it would reply with SSH-2.0 (usually).
Reading RemoteIdentification property does not affect wodTelnetDLX's behaviour - but helps you determine type of remote server. Also, this can help our techsupport department to isolate the problem you're having - if any - because wodTelnetDLX'es behavior is different depending on the server you're connecting to.