HttpProgressEventArgs Class

 

Represents the event arguments for the HTTP progress.

Namespace:   System.Net.Http.Handlers
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

System::Object
  System::EventArgs
    System.ComponentModel::ProgressChangedEventArgs
      System.Net.Http.Handlers::HttpProgressEventArgs

public ref class HttpProgressEventArgs : ProgressChangedEventArgs

NameDescription
System_CAPS_pubmethodHttpProgressEventArgs(Int32, Object^, Int64, Nullable<Int64>)

Initializes a new instance of the HttpProgressEventArgs class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: