Called when a connection is about to close.

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

Syntax

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

See Also