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?
Disconnect method
Disconnects from the server, nicely.
Type
VoidSyntax
- C#
- VB.NET
public Void Disconnect();
public Void Disconnect(Boolean Force);
The Disconnect(Force) syntax has these parts:
public Void Disconnect(String Message);
The Disconnect(Message) syntax has these parts:
public Void Disconnect(Boolean Force);
The Disconnect(Force) syntax has these parts:
Force | Determines if connection is dropped immediately or disconnection-command is sent to the server. |
public Void Disconnect(String Message);
The Disconnect(Message) syntax has these parts:
Message | Message that is sent to the server. |
public Sub Disconnect()
public Sub Disconnect(ByVal Force As Boolean)
The Disconnect(Force) syntax has these parts:
public Sub Disconnect(ByVal Message As String)
The Disconnect(Message) syntax has these parts:
public Sub Disconnect(ByVal Force As Boolean)
The Disconnect(Force) syntax has these parts:
Force | Determines if connection is dropped immediately or disconnection-command is sent to the server. |
public Sub Disconnect(ByVal Message As String)
The Disconnect(Message) syntax has these parts:
Message | Message that is sent to the server. |