HttpPost.FormData Property |
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; }
Public ReadOnly Property FormData As FormDataCollection
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