An NDoc Documented Class Library

FTPConnection.OnDownloaded Method

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

Overload List

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

protected virtual void OnDownloaded(byte[],string,long,Exception,long,DateTime);

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

protected virtual void OnDownloaded(Stream,string,long,Exception,long,DateTime);

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

protected virtual void OnDownloaded(string,string,long,bool,Exception,long,DateTime);

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace