[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Opens a stream for writing data to the specified resource. These methods do not block the calling thread. [Property] WebClient=Sets WebClient manager. ARG(WebClient)|20|(empty)|WebClient +URI=Sets 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 the specified 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 doCancel=Cancels a pending asynchronous operation. ARG()|1|0 onCompleted=Occurs when an asynchronous operation to open a stream to write data to a resource completes. ARG(OpenWriteCompletedEventArgs)|2|0 URI=Defines 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