The FtpProgressEventArgs type exposes the following members.

Constructors

  Name Description
Public method FtpProgressEventArgs
Creates an instance of FtpProgressEventArgs.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  Name Description
Public field Bytes
The number of bytes transferred.
Public field FileName
The name of the file being transferred.
Public field Path
The path of the file being transferred.
Public field TotalBytes
The total number of bytes of the file being transferred.
Public field TransferMode
The transfer mode of the current process.
Public field TransmitMode
The transmit mode of the current process.

See Also