Table of Contents
PostDataItemType Enumeration

Specifies the type of a PostDataItem.

Namespace: EO.WebBrowser
Assembly: EO.WebBrowser (in EO.WebBrowser.dll)

Syntax
 public enum PostDataItemType
Members
Member Name Description
Empty The item has not been initialized.
Byte The item contains binary data.
File The item contains a file to be uploaded.
Other The item contains other type of data.
See Also