FTPConnectionOnClosing Method
Note: This API is now obsolete.
Called when a connection is about to close.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
[ObsoleteAttribute("Use OnClosing(Exception).")]
protected virtual void OnClosing()
<ObsoleteAttribute("Use OnClosing(Exception).")>
Protected Overridable Sub OnClosing
protected:
[ObsoleteAttribute(L"Use OnClosing(Exception).")]
virtual void OnClosing()
[<ObsoleteAttribute("Use OnClosing(Exception).")>]
abstract OnClosing : unit -> unit
[<ObsoleteAttribute("Use OnClosing(Exception).")>]
override OnClosing : unit -> unit