UploadStringCompletedEventArgs Class |
Namespace: System.Net
public class UploadStringCompletedEventArgs
The UploadStringCompletedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | UploadStringCompletedEventArgs |
Initializes a new instance of the System.ComponentModel.AsyncCompletedEventArgs
class.
|
![]() | UploadStringCompletedEventArgs(Exception, Boolean, Object) |
Initializes a new instance of the System.ComponentModel.AsyncCompletedEventArgs
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 server reply to a string upload operation that is started by calling
an Overload:System.Net.WebClient.UploadStringAsync method.
|
![]() | UserState |
Gets the unique identifier for the asynchronous task.
|