CefPostDataElement Methods |
The CefPostDataElement type exposes the following members.
Name | Description | |
---|---|---|
Create |
Create a new CefPostDataElement object.
| |
Dispose | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Overrides ObjectFinalize.) | |
GetBytes |
Read up to |size| bytes into |bytes| and return the number of bytes
actually read.
| |
GetFile |
Return the file name.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (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 | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |