IPost |
The IPostDataElement type exposes the following members.
Name | Description | |
---|---|---|
Bytes | Gets or sets the bytes of this IPostDataElement. | |
File | Gets or sets the file name. | |
IsReadOnly | Gets if the object is read-only. | |
Type | Gets the type of this IPostDataElement. |
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) | |
SetToEmpty | Remove all contents from the post data element. | |
UnWrap | Used internally to get the underlying IPostDataElement instance. Unlikely you'll use this yourself. |
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) |