[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 | Releases all resources used by the CefPostData | |
Equals | (Inherited from Object.) | |
Finalize | (Overrides Object Finalize .) | |
GetElements |
Retrieve the post data elements.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Remove |
Remove the specified post data element. Returns true if the removal
succeeds.
| |
RemoveAll |
Remove all existing post data elements.
| |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count |
Returns the number of existing post data elements.
| |
IsReadOnly |
Returns true if this object is read-only.
|
See Also