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?
DisconnectedEvent event
Fires when wodFtpDLX.NET disconnects from server.
Syntax
- C#
- VB.NET
delegate void DisconnectedDelegate(object Sender,FtpConnectedArgs Args);
The DisconnectedEvent(Args.Error) syntax has these parts:
The DisconnectedEvent(Args.Error) syntax has these parts:
Args.Error | Exception. Error that occurred, if any. |
Delegate Sub DisconnectedDelegate(ByVal Sender As Object, ByVal Args As FtpConnectedArgs)
The DisconnectedEvent(Args.Error) syntax has these parts:
The DisconnectedEvent(Args.Error) syntax has these parts:
Args.Error | Exception. Error that occurred, if any. |