This topic has not yet been rated - Rate this topic

UploadStringCompletedEventArgs.Result Property

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)
'Declaration
Public ReadOnly Property Result As String

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.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Windows Phone OS 7.0

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.