ComponentSpace FTP Class Library Reference

FailSafeTransfer Methods

The methods of the FailSafeTransfer class are listed below. For a complete list of FailSafeTransfer class members, see the FailSafeTransfer Members topic.

Public Instance Methods

Abort Abort the current upload or download.
BeginDownloadOverloaded. Initiates an asynchronous download remote file.
BeginUploadOverloaded. Initiates an asynchronous upload remote file.
Download Download the remote file's contents to the local file.
EndDownload Completes the specified asynchronous download remote file operation.
EndUpload Completes the specified asynchronous upload remote file operation.
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.
Upload Upload the local file's contents to the remote file.

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

FailSafeTransfer Class | ComponentSpace.Ftp Namespace