Click or drag to resize

PostData Class

Version 86.0.240
Form Post Data
Inheritance Hierarchy
SystemObject
  CefWrapper
    CefSharpPostData

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 86.0.240.0
Syntax
public class PostData : CefWrapper, IPostData

The PostData type exposes the following members.

Constructors
  NameDescription
Public methodPostData
Default constructor.
Top
Properties
  NameDescription
Public propertyElements
Retrieve the post data elements.
Public propertyHasExcludedElements
Returns true if the underlying POST data includes elements that are not represented by this IPostData object (for example, multi-part file upload data). Modifying IPostData objects with excluded elements may result in the request failing.
Public propertyIsReadOnly
Returns true if this object is read-only.
Top
Methods
  NameDescription
Public methodAddElement
Add the specified IPostDataElement.
Public methodCreatePostDataElement
Create a new IPostDataElement instance
Public methodDispose
Destructor.
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the PostData and optionally releases the managed resources
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finalizer.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveElement
Remove the specified IPostDataElement.
Public methodRemoveElements
Remove all existing post data elements.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAddData(Byte)Overloaded.
Add a new IPostDataElement that represents the key and value
(Defined by PostDataExtensions.)
Public Extension MethodAddData(String, Encoding)Overloaded.
Add a new IPostDataElement that represents the key and value The data is encoded using
(Defined by PostDataExtensions.)
Public Extension MethodAddFile
Add a new IPostDataElement that represents the specified file
(Defined by PostDataExtensions.)
Top
See Also

Reference

[!:T:IPostData]