Uploads a data buffer to a resource identified by a URI.

Declaration Syntax
Public Function UploadData ( _
address As Uri, _
data As Byte() _
) As Byte()

Parameters
- address (Uri)
- The URI of the resource to receive the data.
- data (array<
Byte
>[]()[])
- The data buffer to send to the resource.

Return Value
A
Byte array containing the body of the response from the resource.
Assembly:
InTheHand.Net (Module: InTheHand.Net) Version: 2.1.0.0