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
Disconnect method
Disconnects from remote server.
Syntax
- Basic
object.Disconnect ([WaitLogoff])
The Disconnect(object,WaitLogoff) syntax has these parts:
The Disconnect(object,WaitLogoff) syntax has these parts:
object | An expression evaluating to an object of type wodTelnetDLX |
WaitLogoff | Optional. A Variant value. When set to True, wodTelnetDLX will send 'QUIT' command before it disconnects from the server. |
Remarks
Disconnect method will close socket between wodTelnetDLX and remote server, thus breaking the connection. If WaitLogoff value isn't specified, or is set to False, server will not be informed about disconnection (connection is closed brutally). If WaitLogoff is set, wodTelnetDLX will first send information about connection closure to server.Connect method again.