[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Downloads the specified resource as a Byte array. These methods do not block the calling thread. [Property] WebClient=Sets WebClient manager. ARG(WebClient)|20|(empty)|WebClient +URI=Sets the string containing the URI to download. ARG(string)|2| [Methods] doDownload=Downloads the resource specified as a Uri. ARG(string URI)|1|0 doCancel=Cancels a pending asynchronous operation. ARG()|1|0 onDownload=Occurs when an asynchronous data download operation completes. ARG(DownloadDataCompletedEventArgs)|2|0 onProgress=Occurs when an asynchronous download operation successfully transfers some or all of the data. ARG(DownloadProgressChangedEventArgs)|2|0 URI=Defines the string containing the URI to download. ARG(string)|4|2