[This is preliminary documentation and is subject to change.]
The CefPostDataElement type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| Create |
Create a new CefPostDataElement object.
| |
| Dispose | Releases all resources used by the CefPostDataElement | |
| (Inherited from | ||
| Finalize | (Overrides | |
| GetBytes |
Read up to |size| bytes into |bytes| and return the number of bytes
actually read.
| |
| GetFile |
Return the file name.
| |
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| SetToBytes |
The post data element will represent bytes. The bytes passed
in will be copied.
| |
| SetToEmpty |
Remove all contents from the post data element.
| |
| SetToFile |
The post data element will represent a file.
| |
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| BytesCount |
Return the number of bytes.
| |
| ElementType |
Return the type of this post data element.
| |
| IsReadOnly |
Returns true if this object is read-only.
|
See Also