An NDoc Documented Class Library

FTPConnection.OnUploading Method

Called when a byte-array is about to be uploaded.

Overload List

Called when a byte-array is about to be uploaded.

protected bool OnUploading(byte[],ref string,ref bool,out long,out DateTime);

Called when a stream is about to be uploaded.

protected bool OnUploading(Stream,ref string,ref bool,out long,out DateTime);

Called when a file is about to be uploaded.

protected bool OnUploading(string,ref string,ref bool,out long,out DateTime);

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace