Click or drag to resize

HttpPost.FormData Property

Gets the FormDataCollection object that will be posted to the server.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.0.0.156 (.NET 4.6.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