Called when a connection has closed.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
protected virtual void OnClosed( Exception ex ) |
| Visual Basic |
|---|
Protected Overridable Sub OnClosed ( _ ex As Exception _ ) |
| Visual C++ |
|---|
protected: virtual void OnClosed( Exception^ ex ) |
Parameters
- ex
- Type: System..::..Exception