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
Login property
Determines username/login to be used with server.
Type
StringSyntax
- Basic
object.Login [= value]
The Login(object) syntax has these parts:
The Login(object) syntax has these parts:
object | An expression evaluating to an object of type wodTelnetDLX |
Remarks
If this value is set, wodTelnetDLX will try to automatically login to remote server using provided information. Even more, for SSH connections you must set this property to anything other than empty string, because it is requested so by SSH protocol specification. For Raw protocol, this property is ignored.Together with Password property, all the information needed for successful authorization with remote server is stored in these two properties. If you prefer to use private/public key/certificate authentication, please refer to Certificate property. In Telnet protocol, leaving this property empty will cause wodTelnetDLX just to fire Received event on login prompt. If property is set, wodTelnetDLX will fire Received event after (successful) authorization for the first time.