In The Hand LtdIn The Hand
UploadStringAsync Method (address, data)
NamespacesInTheHand.NetWebClientUploadStringAsync(Uri, String)
.NET Components for Mobility
Uploads the specified string to the specified resource. This method does not block the calling thread.
Declaration Syntax
C#Visual Basic
public void UploadStringAsync(
	Uri address,
	string data
)
Public Sub UploadStringAsync ( _
	address As Uri, _
	data As String _
)
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 (String)
The string to be uploaded.

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