| PostDataExtensions Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CefSharp
 Syntax
SyntaxThe PostDataExtensions type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | AddData(IPostData, Byte) | 
            Add a new IPostDataElement that represents the key and value
             | 
|   | AddData(IPostData, String, Encoding) | 
            Add a new IPostDataElement that represents the key and value
            The data is encoded using
             | 
|   | AddFile | 
            Add a new IPostDataElement that represents the specified file
             | 
|   | GetBody | |
|   | GetCharSet | 
            A convenience extension method that extracts the Character set from
            the content-type header. Can be used in conjuncation with GetBody(IPostDataElement, String) | 
 See Also
See Also