Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion xml/System.Net.Http/MultipartContent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@
</Attributes>
<Docs>
<summary>Provides a collection of <see cref="T:System.Net.Http.HttpContent" /> objects that get serialized using the multipart/* content type specification.</summary>
<remarks>To be added.</remarks>
<remarks>
Multipart messages must contain one or more body parts. When a <see cref="T:System.Net.Http.MultipartContent" /> instance with zero parts is serialized, it's written as a single empty part with no content headers or message body.
If your server doesn't support such contents with zero parts, consider conditionally using a different <see cref="T:System.Net.Http.HttpContent" /> type or no <see cref="T:System.Net.Http.HttpContent" />.
</remarks>
</Docs>
<Members>
<MemberGroup MemberName=".ctor">
Expand Down