Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.FtpDLX
- Properties
- Authentication
- Blocking
- BufferSize
- Certificate
- Compression
- DirFormat
- DirItems
- Encryption
- Hostname
- KeepAlive
- LastError
- ListItem
- ListParams
- LocalPath
- Login
- MaxTransferRate
- Passive
- Password
- Port
- PreserveDates
- PrivateKey
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- PublicKeyOpenSSH
- PublicKeySSH
- RemotePath
- Resume
- SecureMethod
- SmartGet
- SmartPut
- State
- StrictHost
- Tag
- Timeout
- Timezone
- TransferMode
- TransferRate
- TransferTime
- UseIPv6
- Version
- Methods
- Events
- Properties
- WeOnlyDo.Client.DirItemsCollection
- WeOnlyDo.Client.DirItem
- How to get support?
Timeout property
Total number of seconds to expire before we are automatically disconnected from the server.
Type
IntegerSyntax
- C#
- VB.NET
Int32 Timeout {get; set; };
Property Timeout As Int32
Remarks
Timeout value specifies how many seconds must pass without any activity between wodFtpDLX.NET and remote server before wodFtpDLX.NET 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.
This value also is used when connecting to the server. If wodFtpDLX.NET is unable to connect until timeout expires, it will return an error.