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 | |
---|---|---|
![]() |
HttpProgressEventArgs | Initializes a new instance of the HttpProgressEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
BytesTransferred | Gets the number of bytes transferred in the HTTP progress. |
![]() |
ProgressPercentage | (Inherited from ProgressChangedEventArgs.) |
![]() |
TotalBytes | Gets the total number of bytes transferred by the HTTP progress. |
![]() |
UserState | (Inherited from ProgressChangedEventArgs.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.