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