Fires when wodFtpDLX.NET disconnects from server.
[Visual Basic]
Public Delegate Sub FtpDLX.DisconnectedDelegate( _
ByVal Sender As Object, _
ByVal Args As FtpConnectedArgs _
) [C#]
public delegate void FtpDLX.DisconnectedDelegate(
object Sender,
FtpConnectedArgs Args
);[JScript]
public delegate FtpDLX.DisconnectedDelegate(
Sender : Object,
Args : FtpConnectedArgs
)After this event is fired, you are free to set up wodFtpDLX.NET properties again and issue Connect again.
Namespace: WeOnlyDo.Client
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: WeOnlyDo.Client.FTP (in WeOnlyDo.Client.FTP.dll)
© WeOnlyDo Software. All Rights Reserved.