In The Hand - .NET Components for Mobility
UploadData Method (address, data)
NamespacesInTheHand.NetWebClientUploadData(Uri, array<Byte>[]()[])
Uploads a data buffer to a resource identified by a URI.
Declaration Syntax
C#Visual Basic
public byte[] UploadData(
	Uri address,
	byte[] data
)
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