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
Timeout property
Timeout value, in seconds.
Type
IntegerSyntax
- Basic
object.Timeout [= value]
The Timeout(object) syntax has these parts:
The Timeout(object) syntax has these parts:
object | An expression evaluating to an object of type wodTelnetDLX |
Remarks
Timeout value specifies how many seconds must pass without any activity between wodTelnetDLX and remote server before wodTelnetDLX will autodisconnect from it. Autodisconnect is a measure of protection so there are no 'ghost' connections made between you and remote server. If you don't want autodisconnection to occur, set Timeout property to 0.Timeout can be changed during a lifetime of a connection. You shouldn't set it below 120 (2 minutes) if you're on slow network connection. When working in Blocking mode (COM version only!), Timeout determines total number of seconds that Receive (or any blocking method) will wait for data to be received. If data is not received, error will be generated but the connection will not be closed.