DownloadStringCompletedEventArgs Class |
Namespace: System.Net
public class DownloadStringCompletedEventArgs
The DownloadStringCompletedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | DownloadStringCompletedEventArgs | Initializes a new instance of the DownloadStringCompletedEventArgs class |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (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.) |
Name | Description | |
---|---|---|
![]() | Cancelled |
Gets a value indicating whether an asynchronous operation has been canceled.
|
![]() | Error |
Gets a value indicating which error occurred during an asynchronous operation.
|
![]() | Result |
Gets the data that is downloaded by a Overload:System.Net.WebClient.DownloadStringAsync
method.
|
![]() | UserState |
Gets the unique identifier for the asynchronous task.
|