In The Hand - .NET Components for Mobility
UploadString Method (address, data)
NamespacesInTheHand.NetWebClientUploadString(String, String)
Uploads the specified string to the specified resource.
Declaration Syntax
C#Visual Basic
public string UploadString(
	string address,
	string data
)
Public Function UploadString ( _
	address As String, _
	data As String _
) As String
Parameters
address (String)
The URI of the resource to receive the string. 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.
Return Value
A String containing the response sent by the server.

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