UploadDataCompletedEventArgs.Result Property
.NET Framework 2.0
Note: This property is new in the .NET Framework version 2.0.
Gets the server reply to a data upload operation started by calling an UploadDataAsync method.
Namespace: System.Net
Assembly: System (in system.dll)
Assembly: System (in system.dll)
You should check the Error and Cancelled properties before using the data returned by this property. 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 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.