Uploads the specified name/value collection to the resource identified by the specified URI.
| C# | Visual Basic |
public byte[] UploadValues( string address, NameValueCollection data )
Public Function UploadValues ( _ address As String, _ data As NameValueCollection _ ) As Byte()
- address (String)
- The URI of the resource to receive the collection.
- data (NameValueCollection)
- The NameValueCollection to send to the resource.
A Byte array containing the body of the response from the resource.