Click or drag to resize

HttpPostGetData Method

This method can be used to retrieve information from a server.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public string GetData(
	string url
)

Parameters

url
Type: SystemString
A web address to request data from.

Return Value

Type: String
A string containing the data returned by the server.
Remarks
Use this method when you only want to retrieve information. You can send parameters to the server by adding query string values to the url.
See Also