FtpDLX.ListItemsDelegate Delegate

See Also

WeOnlyDo.Client Namespace

Requirements

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)

Language

Visual Basic

C#

JScript

Show All

Sender
The source of the event.
Args
Holds arguments for the event.
See Also Requirements Languages WeOnlyDo.Client.FTP Send comments on this topic.

FtpDLX.ListItemsDelegate Delegate

Fires when server returns information about file or directory.

[Visual Basic]
Public Delegate Sub FtpDLX.ListItemsDelegate( _    ByVal Sender As Object, _    ByVal Args As FtpListItemsArgs _ )
[C#]
public delegate void FtpDLX.ListItemsDelegate(    object Sender,    FtpListItemsArgs Args );
[JScript]
public delegate FtpDLX.ListItemsDelegate(    Sender : Object,    Args : FtpListItemsArgs )

Parameters

Sender
The source of the event.
Args
Holds arguments for the event.

Remarks

ListItems event will be fired as a result of ListDir and ListNames methods. Args.FileInfo argument will contain complete description of all files in requested directory, as seen on UNIX systems. Each file will be in separate line, using CRLF sequence as a separator.

Requirements

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)

See Also

WeOnlyDo.Client Namespace

 

 


© WeOnlyDo Software. All Rights Reserved.