diff --git a/xml/System.Net.Http/MultipartContent.xml b/xml/System.Net.Http/MultipartContent.xml
index 9d3ceffefda..da589d44e52 100644
--- a/xml/System.Net.Http/MultipartContent.xml
+++ b/xml/System.Net.Http/MultipartContent.xml
@@ -197,9 +197,20 @@
- To be added.
- To be added.
- To be added.
+ Serializes the HTTP content to a stream using the multipart/* encoding as an asynchronous operation.
+ The task object representing the asynchronous operation.
+
+ to use a custom stream that contains an array, with each HTTP content and its boundary encoded and serialized to a instance.
+
+ This operation will not block. The returned object will complete after all of the content has been written to the memory stream.
+
+ Once the operation completes, the property on the returned task object contains the stream that represents the multipart/* encoded HTTP content. The returned stream can then be used to read the content using various stream APIs.
+
+ ]]>
+
@@ -411,4 +422,4 @@
-
\ No newline at end of file
+
diff --git a/xml/System.Net/DecompressionMethods.xml b/xml/System.Net/DecompressionMethods.xml
index a290631c748..c3cc08cf8d4 100644
--- a/xml/System.Net/DecompressionMethods.xml
+++ b/xml/System.Net/DecompressionMethods.xml
@@ -59,7 +59,7 @@
-1
- To be added.
+ Use all compression-decompression algorithms.
@@ -85,7 +85,7 @@
4
- To be added.
+ Use the Brotli compression-decompression algorithm.
@@ -191,4 +191,4 @@
-
\ No newline at end of file
+