edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Called when a connection is about to close.

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

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