[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 | |
![]() | ![]() | (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 ![]() |
See Also