PostDataElement Class |
[Missing <summary> documentation for "T:CefSharp.PostDataElement"]
Namespace: CefSharp
The PostDataElement type exposes the following members.
| Name | Description | |
|---|---|---|
| PostDataElement | Initializes a new instance of the PostDataElement class |
| Name | Description | |
|---|---|---|
| Bytes | ||
| File | ||
| IsReadOnly | ||
| Type |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the PostDataElement | |
| Dispose(Boolean) | Releases the unmanaged resources used by the PostDataElement and optionally releases the managed resources | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | (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.) | |
| SetToEmpty | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| GetBody |
Converts the Bytes property into a string
using the specified charset (Encoding) or if unable to parse then uses
the Default (Defined by PostDataExtensions.) |