An NDoc Documented Class Library

FTPConnection.OnDownloaded Method (Stream, String)

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

protected virtual void OnDownloaded(
   Stream destStream,
   string remoteFile
);

Parameters

destStream
Stream to which data will be written.
remoteFile
Path of remote file.

See Also

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