[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Opens a stream for writing data to a resource with the specified URI. [Property] WebClient=Sets WebClient manager. ARG(WebClient)|20|(empty)|WebClient +URI=Sets the string containing the URI of the resource to receive the data. ARG(string)|2| Method=Sets the HTTP method used to send the data to the resource. ARG(string)|2| [Methods] doOpenWrite=Opens a stream for writing data to a resource. ARG(string URI)|1|0 *doOpenWrite2=Opens a stream for writing data to the specified resource, using the specified method.ARG(string URI, string method)|1|0 doClose=Closes the stream to avoid running out of system resources. ARG()|1|0 onResult=Occurs after invoke method doOpenWrite and returns the stream used to write data to a resource. ARG(stream)|2|10 Result=Returns the the stream used to write data to a resource. ARG(stream)|3|10 URI=Defines the string containing the URI of the resource to receive the data. ARG(string)|4|2 *Method=Defines the HTTP method used to send the data to the resource. ARG(string)|4|2