Click or drag to resize
BytesTransferredEventArgs Class
Provides data for a FileUploadBytesTransferred or FileDownloadBytesTransferred event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    MOVEit.DMZ.APIBytesTransferredEventArgs

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public class BytesTransferredEventArgs : EventArgs

The BytesTransferredEventArgs type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldBytesTotal
Gets the total number of bytes to be transferred.
Public fieldBytesTransferred
Gets the number of bytes transferred so far by the current transfer.
Public fieldCancel
When set to true by an event handler that receives an instance of this object, signals to the file transfer process that the transfer should be cancelled.
Top
See Also