In The Hand LtdIn The Hand
UploadDataAsync Method (address, data)
NamespacesInTheHand.NetWebClientUploadDataAsync(Uri, array<Byte>[]()[][])
.NET Components for Mobility
Uploads a data buffer to a resource identified by a URI, using the specified method and identifying token.
Declaration Syntax
C#Visual Basic
public void UploadDataAsync(
	Uri address,
	byte[] data
)
Public Sub UploadDataAsync ( _
	address As Uri, _
	data As Byte() _
)
Parameters
address (Uri)
The URI of the resource to receive the file. For HTTP resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page.
data (array<Byte>[]()[][])
The data buffer to send to the resource.

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 7.0.0.0