Click or drag to resize

IPostData Methods

Version 94.4.20

The IPostData type exposes the following members.

Methods
  NameDescription
Public methodAddElement
Add the specified IPostDataElement.
Public methodCreatePostDataElement
Create a new IPostDataElement instance
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodRemoveElement
Remove the specified IPostDataElement.
Public methodRemoveElements
Remove all existing post data elements.
Public methodUnWrap
Used internally to get the underlying IPostData instance. Unlikely you'll use this yourself.
Top
Extension Methods
  NameDescription
Public Extension MethodAddData(Byte)Overloaded.
Add a new IPostDataElement that represents the key and value
(Defined by PostDataExtensions.)
Public Extension MethodAddData(String, Encoding)Overloaded.
Add a new IPostDataElement that represents the key and value The data is encoded using
(Defined by PostDataExtensions.)
Public Extension MethodAddFile
Add a new IPostDataElement that represents the specified file
(Defined by PostDataExtensions.)
Top
See Also