PostData Methods |
The PostData type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddElement |
Add the specified IPostDataElement.
|
![]() | CreatePostDataElement |
Create a new IPostDataElement instance
|
![]() | Dispose |
Destructor.
|
![]() | Dispose(Boolean) | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize |
Finalizer.
(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.) |
![]() | RemoveElement |
Remove the specified IPostDataElement.
|
![]() | RemoveElements |
Remove all existing post data elements.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | AddData(Byte) | Overloaded.
Add a new IPostDataElement that represents the key and value
(Defined by PostDataExtensions.) |
![]() | AddData(String, Encoding) | Overloaded.
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.) |