UploadProgressChangedEventArgs Class

Definition

Provides data for the UploadProgressChanged event of a WebClient.

public ref class UploadProgressChangedEventArgs : System::ComponentModel::ProgressChangedEventArgs
public class UploadProgressChangedEventArgs : System.ComponentModel.ProgressChangedEventArgs
type UploadProgressChangedEventArgs = class
    inherit ProgressChangedEventArgs
Public Class UploadProgressChangedEventArgs
Inherits ProgressChangedEventArgs
Inheritance
UploadProgressChangedEventArgs

Remarks

Instances of this class are passed to the UploadProgressChangedEventHandler.

Properties

BytesReceived

Gets the number of bytes received.

BytesSent

Gets the number of bytes sent.

ProgressPercentage

Gets the asynchronous task progress percentage.

(Inherited from ProgressChangedEventArgs)
TotalBytesToReceive

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

TotalBytesToSend

Gets the total number of bytes to send.

UserState

Gets a unique user state.

(Inherited from ProgressChangedEventArgs)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to