CefPostDataElement MembersXilium.CefGlue

[This is preliminary documentation and is subject to change.]

The CefPostDataElement type exposes the following members.
Methods

  NameDescription
Public methodStatic memberCreate
Create a new CefPostDataElement object.
Public methodDispose
Releases all resources used by the CefPostDataElement
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Overrides OnlineObject Finalize .)
Public methodGetBytes
Read up to |size| bytes into |bytes| and return the number of bytes actually read.
Public methodGetFile
Return the file name.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodSetToBytes
The post data element will represent bytes. The bytes passed in will be copied.
Public methodSetToEmpty
Remove all contents from the post data element.
Public methodSetToFile
The post data element will represent a file.
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyBytesCount
Return the number of bytes.
Public propertyElementType
Return the type of this post data element.
Public propertyIsReadOnly
Returns true if this object is read-only.
Back to Top
See Also