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

Called when a stream is about to be uploaded.

protected bool OnUploading(Stream,string,bool);

Called when a file is about to be uploaded.

protected bool OnUploading(string,string,bool);

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace