Click or drag to resize

IPostData Properties

Version 75.1.140

The IPostData type exposes the following members.

Properties
  NameDescription
Public propertyElements
Retrieve the post data elements.
Public propertyHasExcludedElements
Returns true if the underlying POST data includes elements that are not represented by this IPostData object (for example, multi-part file upload data). Modifying IPostData objects with excluded elements may result in the request failing.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
Public propertyIsReadOnly
Returns true if this object is read-only.
Top
See Also