UploadProgressChangedEventArgs Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| BytesReceived | Gets the number of bytes received. |
| BytesSent | Gets the number of bytes sent. |
| ProgressPercentage | Gets the asynchronous task progress percentage. (inherited from ProgressChangedEventArgs) |
| TotalBytesToReceive | Gets the total number of bytes in a WebClient data upload operation. |
| TotalBytesToSend | Gets the total number of bytes to send. |
| UserState | Gets a unique user state. (inherited from ProgressChangedEventArgs) |