Called when a connection has closed.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

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