edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Called when a connection has closed.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
[ObsoleteAttribute("Use OnClosed(Exception).")]
protected virtual void OnClosed()
Visual Basic
<ObsoleteAttribute("Use OnClosed(Exception).")> _
Protected Overridable Sub OnClosed
Visual C++
[ObsoleteAttribute(L"Use OnClosed(Exception).")]
protected:
virtual void OnClosed()

See Also