UploadStringCompletedEventArgs.Result Property

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

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)

Syntax

'Declaration
Public ReadOnly Property Result As String
public string Result { get; }

Property Value

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

Exceptions

Exception Condition
InvalidOperationException

The asynchronous request was cancelled.

Remarks

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.

Version Information

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

Platforms

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