Click or drag to resize

HttpPostPostData Method

This method will send the internal FormDataCollection entries to a server for processing.

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 PostData(
	string url
)

Parameters

url
Type: SystemString
The web address to send the data to.

Return Value

Type: String
A string containing returned data from the server.
See Also