8 private long m_BytesReceived;
10 private long m_TotalBytesToReceive;
21 : base(progressPercentage, userToken)
23 m_BytesReceived = bytesReceived;
24 m_TotalBytesToReceive = totalBytesToReceive;
Provides data for the E:System.Net.WebClient.DownloadProgressChanged event of a T:System....
Provides data for the E:System.ComponentModel.BackgroundWorker.ProgressChanged event.
long BytesReceived
Gets the number of bytes received.
long TotalBytesToReceive
Gets the total number of bytes in a T:System.Net.WebClient data download operation.