MultipartFormDataContent class

MultipartFormDataContent class

Represent content for multipart/form-data encoding algorithm

Inheritance: MultipartFormDataContentMultipartContentContent

The MultipartFormDataContent type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the MultipartFormDataContent class.
initInitializes a new instance of the MultipartFormDataContent class.

Properties

PropertyDescription
headersGets the HTTP content headers.

Methods

MethodDescription
addAdd the content to the MultipartFormDataContent class
addAdd the content to the MultipartFormDataContent class with field name parameter
addAdd the content to the MultipartFormDataContent class with field and file name parameter
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.

See Also