Click or drag to resize

HttpPost.PostData 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.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public string PostData(
	string url
)

Parameters

url
Type: System.String
The web address to send the data to.

Return Value

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