[This is preliminary documentation and is subject to change.]
The CefPostData type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| Add |
Add the specified post data element. Returns true if the add succeeds.
| |
| Create |
Create a new CefPostData object.
| |
| Dispose | ||
| (Inherited from | ||
| Finalize | (Overrides | |
| GetElements |
Retrieve the post data elements.
| |
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Remove |
Remove the specified post data element. Returns true if the removal
succeeds.
| |
| RemoveAll |
Remove all existing post data elements.
| |
| (Inherited from |
See Also