BytesTransferredEventArgs Class |
Namespace: MOVEit.DMZ.API
The BytesTransferredEventArgs type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
BytesTotal |
Gets the total number of bytes to be transferred.
| |
BytesTransferred |
Gets the number of bytes transferred so far by the current transfer.
| |
Cancel |
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.
|