Uploads the data in the specified name/value collection to the resource identified by the specified URI, using the specified method.
This method does not block the calling thread, and allows the caller to pass an object to the method that is invoked when the operation completes.
| C# | Visual Basic |
public void UploadValuesAsync( Uri address, NameValueCollection data )
Public Sub UploadValuesAsync ( _ address As Uri, _ data As NameValueCollection _ )
- address (Uri)
- The URI of the resource to receive the collection. This URI must identify a resource that can accept a request sent with the method method.
- data (NameValueCollection)
- The NameValueCollection to send to the resource.