| BytesTransferredEventArgs Fields | 
The BytesTransferredEventArgs type exposes the following members.
 Fields
Fields| 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.
             | 
 See Also
See Also