In The Hand LtdIn The Hand
UploadString Method (address, data)
NamespacesInTheHand.NetWebClientUploadString(String, String)
.NET Components for Mobility
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: 7.0.0.0