An NDoc Documented Class Library

FTPConnection.OnUploaded Method

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

Overload List

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

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

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

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

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

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

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace