This topic has not yet been rated - Rate this topic

NetworkProgressChangedEventArgs Properties

.NET Framework 4.5

The NetworkProgressChangedEventArgs type exposes the following members.

  Name Description
Public property ProcessedBytes Obsolete. Gets the number of bytes that have been processed.
Public property ProgressPercentage Gets the asynchronous task progress percentage. (Inherited from ProgressChangedEventArgs.)
Public property TotalBytes Obsolete. Gets the total number of bytes that have been transferred.
Public property UserState Gets a unique user state. (Inherited from ProgressChangedEventArgs.)
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.