MultipartContent

MultipartContent()

Create a new instance of the MultipartContent class.

public MultipartContent()

See Also


MultipartContent(string)

Create a new instance of the MultipartContent class with subtype.

public MultipartContent(string subtype)
ParameterTypeDescription
subtypeStringThe subtype

See Also


MultipartContent(string, string)

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

public MultipartContent(string subtype, string boundary)
ParameterTypeDescription
subtypeStringThe subtype
boundaryStringThe boundary

Exceptions

exceptioncondition
ArgumentExceptionThe argument cannot be null or empty string.

See Also