diff --git a/xml/System.Net.Http/MultipartContent.xml b/xml/System.Net.Http/MultipartContent.xml index 396d5496c45..09558f5679f 100644 --- a/xml/System.Net.Http/MultipartContent.xml +++ b/xml/System.Net.Http/MultipartContent.xml @@ -52,7 +52,10 @@ Provides a collection of objects that get serialized using the multipart/* content type specification. - To be added. + +Multipart messages must contain one or more body parts. When a 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 type or no . +