UploadFileCompletedEventArgs.Result Property
.NET Framework 3.0
Gets the server reply to a data upload operation that is started by calling an UploadFileAsync 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 UploadFileCompletedEventArgs Dim value As Byte() value = instance.Result
/** @property */ public byte[] get_Result ()
public function get Result () : byte[]
Not applicable.
Property Value
A Byte array that contains 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.