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,bool);

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

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

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

protected virtual void OnUploaded(string,string,bool);

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace