The members of System.Net.UploadProgressChangedEventArgs are listed below.
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. |