In The Hand LtdIn The Hand
UploadData Method (address, method, data)
NamespacesInTheHand.NetWebClientUploadData(Uri, String, array<Byte>[]()[][])
.NET Components for Mobility
Uploads a data buffer to the specified resource, using the specified method.
Declaration Syntax
C#Visual Basic
public byte[] UploadData(
	Uri address,
	string method,
	byte[] data
)
Public Function UploadData ( _
	address As Uri, _
	method As String, _
	data As Byte() _
) As Byte()
Parameters
address (Uri)
The URI of the resource to receive the data.
method (String)
The HTTP method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.
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: 7.0.0.0