An NDoc Documented Class Library

FTPFileTransferEventArgs Members

FTPFileTransferEventArgs overview

Public Instance Properties

Append Indicates whether or not data was appended to the remote file.
AppendedObsolete. Indicates whether or not data was appended to the remote file.
Bytes Reference to byte-array if LocalDataType is ByteArray.
BytesTransferred Number of bytes transferred.
Cancel Cancel transfer.
ConnectionInstanceNumber (inherited from FTPEventArgs) Identifies the pooled connection on which the task is running.
Exception (inherited from FTPCancelableEventArgs) The exception thrown if a transfer failed.
FileSizeObsolete. Size of remote file (see remarks)
IsGuiThread (inherited from FTPEventArgs) Indicates whether or not the event-handler has been invoked on the GUI thread.
LastWriteTime Last write-time of the file.
LocalDataType Type of local data source/destination.
LocalDirectory Name of the local directory (not including file-name).
LocalFile Name of the local file (without path).
LocalFileSize Size of local file (see remarks).
LocalPath Path of local file if LocalDataType is File.
RemoteDirectory Full path of remote directory.
RemoteFile Name of remote file as passed into the method that initiated the transfer.
RemoteFileName Name of remote file without the path.
RemoteFileSize Size of remote file (see remarks)
RemotePath Full path of remote file.
Resume Indicates whether or not this tranfer should be resumed.
Stream Reference to Stream if LocalDataType is Stream.
Succeeded (inherited from FTPCancelableEventArgs) Indicates whether or not the transfer succeeded.
TaskID (inherited from FTPEventArgs) Identifies the asynchronous operation within which the event was triggered (applies to asynchronous methods only).

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

FTPFileTransferEventArgs Class | EnterpriseDT.Net.Ftp Namespace