Click or drag to resize
UploadStringCompletedEventArgs Properties

The UploadStringCompletedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancelled
Gets a value indicating whether an asynchronous operation has been canceled.
Public propertyError
Gets a value indicating which error occurred during an asynchronous operation.
Public propertyResult
Gets the server reply to a string upload operation that is started by calling an Overload:System.Net.WebClient.UploadStringAsync method.
Public propertyUserState
Gets the unique identifier for the asynchronous task.
Top
See Also