HttpProgressEventArgs Class

Represents the event arguments for the HTTP progress.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class HttpProgressEventArgs _
    Inherits ProgressChangedEventArgs
'Usage
Dim instance As HttpProgressEventArgs
public class HttpProgressEventArgs : ProgressChangedEventArgs
public ref class HttpProgressEventArgs : public ProgressChangedEventArgs
type HttpProgressEventArgs =  
    class 
        inherit ProgressChangedEventArgs 
    end
public class HttpProgressEventArgs extends ProgressChangedEventArgs

The HttpProgressEventArgs type exposes the following members.

Constructors

  Name Description
Public method HttpProgressEventArgs Initializes a new instance of the HttpProgressEventArgs class.

Top

Properties

  Name Description
Public property BytesTransferred Gets the number of bytes transferred in the HTTP progress.
Public property ProgressPercentage (Inherited from ProgressChangedEventArgs.)
Public property TotalBytes Gets the total number of bytes transferred by the HTTP progress.
Public property UserState (Inherited from ProgressChangedEventArgs.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

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

See Also

Reference

System.Net.Http.Handlers Namespace