Click or drag to resize

HttpPostFormData Property

Gets the FormDataCollection object that will be posted to the 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 FormDataCollection FormData { get; }

Property Value

Type: FormDataCollection
The FormDataCollection object that will be posted to the server.
Remarks
Set the FormData property in the HttpPost constructor.
See Also