Result Property
Collapse the table of content
Expand the table of content

UploadStringCompletedEventArgs.Result Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the server reply to a string upload operation that is started by calling an UploadStringAsync method.

Namespace:  System.Net
Assembly:  System.Net (in System.Net.dll)

public string Result { get; }

Property Value

Type: System.String
A Byte array that contains the server reply.

ExceptionCondition
InvalidOperationException

The asynchronous request was cancelled.

You should check the Error and Cancelled properties to determine whether the upload completed. If the Error property's value is an Exception object or the Cancelled property's value is true, the asynchronous operation did not complete correctly and the Result property's value will not be valid.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft