[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Downloads a web resource asynchronously [Property] URL=Sets the URL that identifies the Internet resource. ARG(string)|2| [Methods] doDownload=Starts the async request. ARG(string URL)|1|0 doCancel=Cancels a request to an Internet resource and returns the data being received. ARG()|1|0 onDownload=Occurs after finishing download the data and returns the array of bytes. ARG(byte[])|2|13 onProgress=During downloading returns the length of data received so far. ARG(int)|2|1 onTotalBytes=During downloading returns the length of data being received. ARG(int)|2|1 TotalBytes=During downloading returns the length of data being received. ARG(int)|3|1 URL=Defines the URL that identifies the Internet resource. ARG(string)|4|2