UploadStringCompletedEventArgs Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The UploadStringCompletedEventArgs type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone Cancelled Gets a value that indicates whether an asynchronous operation has been canceled. (Inherited from AsyncCompletedEventArgs.)
Public propertySupported by Silverlight for Windows Phone Error Gets a value that indicates which error occurred during an asynchronous operation. (Inherited from AsyncCompletedEventArgs.)
Public propertySupported by Silverlight for Windows Phone Result Gets the server reply to a string upload operation that is started by calling an UploadStringAsync method.
Public propertySupported by Silverlight for Windows Phone UserState Gets the unique identifier for the asynchronous task. (Inherited from AsyncCompletedEventArgs.)

Top