| PostData Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CefSharp
 Syntax
SyntaxThe PostData type exposes the following members.
 Constructors
Constructors Properties
Properties| Name | Description | |
|---|---|---|
|  | Elements | 
            Retrieve the post data elements.
             | 
|  | HasExcludedElements | 
            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.
             | 
|  | IsDisposed | 
            Gets a value indicating whether the object has been disposed of.
             | 
|  | IsReadOnly | 
            Returns true if this object is read-only.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddElement | 
            Add the specified IPostDataElement.
             | 
|   | Create | 
            Create a new instance of IPostData | 
|  | CreatePostDataElement | 
            Create a new IPostDataElement instance
             | 
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | RemoveElement | 
            Remove  the specified IPostDataElement.
             | 
|  | RemoveElements | 
            Remove all existing post data elements.
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
|  | UnWrap | 
            Used internally to get the underlying IPostData instance.
            Unlikely you'll use this yourself.
             | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | AddData(Byte) | Overloaded. 
            Add a new IPostDataElement that represents the key and value
            (Defined by PostDataExtensions.) | 
|  | AddData(String, Encoding) | Overloaded. 
            Add a new IPostDataElement that represents the key and value
            The data is encoded using
            (Defined by PostDataExtensions.) | 
|  | AddFile | 
            Add a new IPostDataElement that represents the specified file
            (Defined by PostDataExtensions.) | 
 See Also
See Also