The properties of System.Net.UploadProgressChangedEventArgs are listed below. For a list of all members, see the UploadProgressChangedEventArgs Members list.
See Also: Inherited members from System.ComponentModel.ProgressChangedEventArgs
[read-only] | BytesReceived | long.
![]() Gets the number of bytes received. |
[read-only] | BytesSent | long.
![]() Gets the number of bytes sent. |
[read-only] | TotalBytesToReceive | long.
![]() Gets the total number of bytes in a System.Net.WebClient data upload operation. |
[read-only] | TotalBytesToSend | long.
![]() Gets the total number of bytes to send. |