IPost |
The IPostData type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddElement | Add the specified IPostDataElement. |
![]() | CreatePostDataElement | Create a new IPostDataElement instance |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
![]() | RemoveElement | Remove the specified IPostDataElement. |
![]() | RemoveElements | Remove all existing post data elements. |
![]() | UnWrap | Used internally to get the underlying IPostData instance. Unlikely you'll use this yourself. |
Name | Description | |
---|---|---|
![]() | AddData |
Add a new IPostDataElement that represents the key and value
(Defined by PostDataExtensions) |
![]() | AddData |
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) |