Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.SFTP
- Methods
- Properties
- Authentication
- Blocking
- BufferSize
- Compression
- Encryption
- EncryptionList
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- LastError
- ListItem
- LocalPath
- Login
- MaxTransferRate
- Password
- Port
- PrivateKey
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- RemotePath
- Resume
- State
- Timeout
- TransferMode
- TransferRate
- TransferTime
- Version
- Events
- How to get support?
DisconnectedEvent event
Fired when wodSFTP.NET disconnects from the server.
Syntax
- C#
- VB.NET
delegate void DisconnectedDelegate(object Sender, ConnectedArgs Args);
The DisconnectedEvent(Args.Error) syntax has these parts:
The DisconnectedEvent(Args.Error) syntax has these parts:
Args.Error | Exception. Error that occurred during connection, if NULL if no error occurred. |
Delegate Sub DisconnectedDelegate(ByVal Sender As Object, ByVal Args As WeOnlyDo.Client.SFTP.ConnectedArgs)
The DisconnectedEvent(Args.Error) syntax has these parts:
The DisconnectedEvent(Args.Error) syntax has these parts:
Args.Error | Exception. Error that occurred during connection, if NULL if no error occurred. |