DownloadProgressChangedEventArgs.TotalBytesToReceive Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the total number of bytes in a WebClient data download operation.
Assembly: System.Net (in System.Net.dll)
Property Value
Type: System.Int64An Int64 value that indicates the number of bytes that will be received.
To determine the number of bytes already received, use the BytesReceived property.
To determine what percentage of the transfer has occurred, use the ProgressPercentage property.
Show: