UploadValuesCompletedEventArgs.Result Property
.NET Framework 3.0
Gets the server reply to a data upload operation started by calling an UploadValuesAsync method.
Namespace: System.Net
Assembly: System (in system.dll)
Assembly: System (in system.dll)
'Declaration Public ReadOnly Property Result As Byte() 'Usage Dim instance As UploadValuesCompletedEventArgs Dim value As Byte() value = instance.Result
/** @property */ public byte[] get_Result ()
public function get Result () : byte[]
Not applicable.
Property Value
A Byte array containing the server reply.Windows 98, Windows Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.