[About] Version=1.0 Author=Dilma,Nic Mail=support@hiasm.com [Type] Class=Element Info=Makes a request to a Uniform Resource Identifier (URI) [Property] URI=Sets the URI that identifies the Internet resource. ARG(string)|2| Encoding=Sets the encoding applied to the contents of the response. ARG(Encoding)|14|0|Default,ASCII,BigEndianUnicode,Unicode,UTF32,UTF7,UTF8 [Methods] doDownload=Starts the request. ARG(string URI)|1|0 *doStop=Cancels a request to an Internet resource. ARG()|1|0 onDownload=Occurs after a successful data download and writes them to the flow. ARG(string)|2| *onStop=Occurs after finishing the request. ARG(null)|2| *ContentLength=Returns the content length of data being received. ARG(int)|3|1 *ContentType=Returns the content type of the data being received. ARG(string)|3|2 *ResponseUri=Returns the URI of the Internet resource that actually responded to the request. ARG(URI)|3|0 *Headers=Returns a collection of header name-value pairs associated with this request. ARG(WebHeaderCollection)|3|13 *IsFromCache=Returns a Boolean value that indicates whether this response was obtained from the cache. ARG(bool)|3|104 *IsMutuallyAuthenticated=Returns a Boolean value that indicates whether mutual authentication occurred. ARG(bool)|3|104 URI=Defines the URI that identifies the Internet resource. ARG(string)|4|2