DownloadProgressChangedEventArgs Properties
.NET Framework (current version)
Namespace:
System.Net
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | BytesReceived | Gets the number of bytes received. |
![]() | ProgressPercentage | Gets the asynchronous task progress percentage.(Inherited from ProgressChangedEventArgs.) |
![]() | TotalBytesToReceive | Gets the total number of bytes in a WebClient data download operation. |
![]() | UserState | Gets a unique user state.(Inherited from ProgressChangedEventArgs.) |
Show:
