MultipartContent class
MultipartContent class
Represents a multipart/* content.
Inheritance: MultipartContent →
Content
The MultipartContent type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Create a new instance of the MultipartContent class. |
| init | Create a new instance of the MultipartContent class with subtype. |
| init | Create a new instance of the MultipartContent class with subtype and boundary. |
Properties
| Property | Description |
|---|---|
| headers | Gets the HTTP content headers. |
Methods
| Method | Description |
|---|---|
| read_as_stream | Serialize the HTTP content and return a stream that represents the content. |
| read_as_byte_array | Serialize the HTTP content and return a byte array that represents the content. |
| read_as_string | Serialize the HTTP content and return a string that represents the content. |
| add | Add a new content to the MultipartContent |
See Also
- module
aspose.html.net - class
Content - class
MultipartContent