Click or drag to resize

IPostDataElement Interface

Version 86.0.240
Class used to represent a single element in the request post data. The methods of this class may be called on any thread.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public interface IPostDataElement : IDisposable

The IPostDataElement type exposes the following members.

Properties
  NameDescription
Public propertyBytes
Gets or sets the bytes of this IPostDataElement.
Public propertyFile
Gets or sets the file name.
Public propertyIsReadOnly
Gets if the object is read-only.
Public propertyType
Gets the type of this IPostDataElement.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodSetToEmpty
Remove all contents from the post data element.
Top
Extension Methods
  NameDescription
Public Extension MethodGetBody
Converts the Bytes property into a string using the specified charset (Encoding) or if unable to parse then uses the Default
(Defined by PostDataExtensions.)
Top
See Also