UploadProgressChangedEventArgs Properties
Collapse the table of content
Expand the table of content

UploadProgressChangedEventArgs Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The UploadProgressChangedEventArgs type exposes the following members.

  NameDescription
Public property BytesReceived Gets the number of bytes received
Public property BytesSent Gets the number of bytes sent.
Public property ProgressPercentage Gets the percentage of an asynchronous operation that has been completed. (Inherited from ProgressChangedEventArgs.)
Public property TotalBytesToReceive Gets the total number of bytes in a WebClient data upload operation.
Public property TotalBytesToSend Gets the total number of bytes to send.
Public property UserState Gets a unique user state. (Inherited from ProgressChangedEventArgs.)
Top

Show:
© 2017 Microsoft