[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Uploads the specified name/value collection to the resource identified by the specified URI. 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] doUpload=Uploads the specified name/value collection to the specified resource. ARG(string URI, NameValueCollection Data)|1|0 *doUpload2=Uploads the specified name/value collection to the specified resource, using the specified method. ARG(string URI, NameValueCollection Data, string Method)|1|0 doCancel=Cancels a pending asynchronous operation. ARG()|1|0 onUpload=Occurs when an asynchronous upload of a name/value collection completes. ARG(UploadValuesCompletedEventArgs)|2|0 onProgress=Occurs when an asynchronous upload operation successfully transfers some or all of the data. ARG(UploadProgressChangedEventArgs)|2|0 URI=Defines the URI of the resource to receive the data. ARG(string)|4|2 Data=Defines the name/value collection to send to the resource. ARG(NameValueCollection)|4|0 *Method=Defines the HTTP method used to send the data to the resource. ARG(string)|4|2