[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Opens a readable stream for the data downloaded from a resource. [Property] WebClient=Sets WebClient manager. ARG(WebClient)|20|(empty)|WebClient +URI=Sets the string containing the URI of the resource to download data. ARG(string)|2| [Methods] doOpenRead=Opens a readable stream for the data downloaded from a resource. ARG(string URI)|1|0 doClose=Closes the stream to avoid running out of system resources. ARG()|1|0 onResult=Occurs after invoke method doOpenRead and returns the stream used to read data from a resource. ARG(stream)|2|10 Result=Returns the the stream used to read data from a resource. ARG(stream)|3|10 URI=Defines the string containing the URI to download. ARG(string)|4|2