MultipartEntity Methods |
The MultipartEntity type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds the specified Entity item.
|
![]() | Clear |
Removes all the items from this MultipartEntity.
|
![]() | Clone |
Creates a copy of this MultipartEntity instance.
(Overrides EntityClone.) |
![]() | Contains |
Determines whether this MultipartEntity contains the specified Entity item.
|
![]() | CopyTo |
Copies this MultipartEntity or a portion of it to an array.
|
![]() | Find(String) |
Checks if this MultipartEntity or any of its children top level media type matches the specified one.
(Overrides EntityFind(String).) |
![]() | Find(MediaType) |
Checks if this MultipartEntity or any of its children content type matches the specified one.
(Overrides EntityFind(MediaType).) |
![]() | IndexOf |
Searches for the specified Entity item and returns the zero-based index of the first occurrence within this MultipartEntity.
|
![]() | Insert |
Inserts an Entity item at the specified index.
|
![]() | Remove |
Removes the specified Entity item.
|
![]() | RemoveAt |
Removes the Entity item at the specified index.
|