Click or drag to resize

IPostDataElement Methods

Version 102.0.100

The IPostDataElement type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodSetToEmpty
Remove all contents from the post data element.
Public methodUnWrap
Used internally to get the underlying IPostDataElement instance. Unlikely you'll use this yourself.
Top
Extension Methods
  NameDescription
Public Extension MethodGetBody
Converts the Bytes property into a string using the specified charset (Encoding) or if unable to parse then uses the Default
(Defined by PostDataExtensions.)
Top
See Also