MultipartContent class

MultipartContent class

Represents a multipart/* content.

Inheritance: MultipartContentContent

The MultipartContent type exposes the following members:

Constructors

ConstructorDescription
initCreate a new instance of the MultipartContent class.
initCreate a new instance of the MultipartContent class with subtype.
initCreate a new instance of the MultipartContent class with subtype and boundary.

Properties

PropertyDescription
headersGets the HTTP content headers.

Methods

MethodDescription
read_as_streamSerialize the HTTP content and return a stream that represents the content.
read_as_byte_arraySerialize the HTTP content and return a byte array that represents the content.
read_as_stringSerialize the HTTP content and return a string that represents the content.
addAdd a new content to the MultipartContent

See Also