MultipartContent.Add

MultipartContent.Add method

Add a new content to the MultipartContent

public virtual void Add(Content content)
ParameterTypeDescription
contentContentContent to be added to the MultipartContent

See Also