An NDoc Documented Class Library

FTPConnection.OnDownloaded Method (Byte[], String)

Called when a file downloading operation has completed (though it may have been cancelled).

protected virtual void OnDownloaded(
   byte[] bytes,
   string remoteFile
);

Parameters

bytes
Byte-array containing downloaded data.
remoteFile
Path of remote file.

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace | FTPConnection.OnDownloaded Overload List