An NDoc Documented Class Library

FTPFileCallback Delegate

Delegate for passing a single FTPFile object. Used in directory-listing callbacks.

public delegate void FTPFileCallback(
   FTPFile file
);

Parameters

file
The file.

Requirements

Namespace: EnterpriseDT.Net.Ftp

Assembly: edtFTPnet (in edtFTPnet.dll)

See Also

EnterpriseDT.Net.Ftp Namespace