[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 | |
Equals | (Inherited from Object.) | |
Finalize | (Overrides Object Finalize .) | |
GetBytes |
Read up to |size| bytes into |bytes| and return the number of bytes
actually read.
| |
GetFile |
Return the file name.
| |
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.) | |
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.
| |
ToString | (Inherited from Object.) |
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