Click or drag to resize

IPostDataElement Interface

Version 130.1.90
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: 129.0.110.0 (129.0.110.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 methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodSetToEmpty Remove all contents from the post data element.
Public methodUnWrap Used internally to get the underlying IPostDataElement instance. Unlikely you'll use this yourself.
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