[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Downloads the requested resource as a Byte array. [Property] WebClient=Sets WebClient manager. ARG(WebClient)|20|(empty)|WebClient +URI=Sets the string containing the URI to download. ARG(string)|2| Extern=Make an internal variable available in the global scope. ARG(bool)|4|0|True,False [Methods] doDownload=Downloads the resource specified as a Uri. ARG(string URI)|1|0 onDownload=Occurs after invoke method doDownload and returns the Byte array containing the requested resource. ARG(byte[])|2|13 Result=Returns the Byte array containing the requested resource. ARG(byte[])|3|13 URI=Defines the string containing the URI to download. ARG(string)|4|2