System.Net.UploadProgressChangedEventArgs: Property Members

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

Public Properties

[read-only]
BytesReceivedlong.

Gets the number of bytes received.

[read-only]
BytesSentlong.

Gets the number of bytes sent.

[read-only]
TotalBytesToReceivelong.

Gets the total number of bytes in a System.Net.WebClient data upload operation.

[read-only]
TotalBytesToSendlong.

Gets the total number of bytes to send.