The UploadProgressEventArgs type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Cancel |
Gets or set whether the upload has to be canceled
| |
Filepath |
Gets the file path
| |
ProgressPercent |
Gets the progress percent
| |
TotalBytes |
Gets the file total bytes
| |
TotalBytesSent |
Gets the total bytes sent
|