PostData Class |
Namespace: CefSharp
The PostData type exposes the following members.
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.
| |
IsReadOnly |
Returns true if this object is read-only.
|
Name | Description | |
---|---|---|
AddElement |
Add the specified IPostDataElement.
| |
CreatePostDataElement |
Create a new IPostDataElement instance
| |
Dispose |
Destructor.
| |
Dispose(Boolean) | Releases the unmanaged resources used by the PostData and optionally releases the managed resources | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Finalizer.
(Overrides ObjectFinalize.) | |
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.) |
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.) |