UploadProgressChangedEventArgs Properties
.NET Framework 2.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.) |