HttpProgressEventArgs Class
Represents the event arguments for the HTTP progress.
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
System::Object
System::EventArgs
System.ComponentModel::ProgressChangedEventArgs
System.Net.Http.Handlers::HttpProgressEventArgs
System::EventArgs
System.ComponentModel::ProgressChangedEventArgs
System.Net.Http.Handlers::HttpProgressEventArgs
| Name | Description | |
|---|---|---|
![]() | HttpProgressEventArgs(Int32, Object^, Int64, Nullable<Int64>) | Initializes a new instance of the HttpProgressEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | BytesTransferred | |
![]() | ProgressPercentage | (Inherited from ProgressChangedEventArgs.) |
![]() | TotalBytes | |
![]() | UserState | (Inherited from ProgressChangedEventArgs.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:


