The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UploadDataCompletedEventArgs::Result Property
.NET Framework (current version)
Gets the server reply to a data upload operation started by calling an UploadDataAsync method.
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.
The following code example displays the value of this property.
.NET Framework
Available since 2.0
Available since 2.0
Show: