SocketTools .NET Edition

FtpClient.FileListEventArgs Class

Provides data for the OnFileList event.

For a list of all members of this type, see FtpClient.FileListEventArgs Members.

System.Object
   System.EventArgs
      SocketTools.FtpClient.FileListEventArgs

[Visual Basic]
Public Class FtpClient.FileListEventArgs
    Inherits EventArgs
[C#]
public class FtpClient.FileListEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

FileListEventArgs specifies information about a file in the directory listing being returned by a server.

The OnFileList event occurs whenever a directory listing is being returned by the server as a result of the application calling the FileList method.

Requirements

Namespace: SocketTools

Assembly: SocketTools.FtpClient (in SocketTools.FtpClient.dll)

See Also

FtpClient.FileListEventArgs Members | SocketTools Namespace