NetworkProgressChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides data for the network progress changed event.
public ref class NetworkProgressChangedEventArgs : System::ComponentModel::ProgressChangedEventArgs
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public class NetworkProgressChangedEventArgs : System.ComponentModel.ProgressChangedEventArgs
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
type NetworkProgressChangedEventArgs = class
inherit ProgressChangedEventArgs
Public Class NetworkProgressChangedEventArgs
Inherits ProgressChangedEventArgs
- Inheritance
- Attributes
Constructors
NetworkProgressChangedEventArgs(Int32, Int32, Int32, Object) |
Obsolete.
Initializes a new instance of the NetworkProgressChangedEventArgs class. |
Properties
ProcessedBytes |
Obsolete.
Gets the number of bytes that have been processed. |
ProgressPercentage |
Gets the asynchronous task progress percentage. (Inherited from ProgressChangedEventArgs) |
TotalBytes |
Obsolete.
Gets the total number of bytes that have been transferred. |
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) |