From 55c89fc84d29a052353893d70e5093eab86114a6 Mon Sep 17 00:00:00 2001 From: Jan Sommer Date: Wed, 16 Oct 2019 22:11:24 +0200 Subject: [PATCH 1/3] Add remarks on disposable ctor parameter to System.Net.Http.StreamContent (#3339) --- xml/System.Net.Http/StreamContent.xml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/xml/System.Net.Http/StreamContent.xml b/xml/System.Net.Http/StreamContent.xml index 9c754d0851c..4f0d79dd45e 100644 --- a/xml/System.Net.Http/StreamContent.xml +++ b/xml/System.Net.Http/StreamContent.xml @@ -66,7 +66,14 @@ The content used to initialize the . Creates a new instance of the class. - To be added. + + object calls on the provided object when is call. + + ]]> + @@ -98,7 +105,14 @@ The content used to initialize the . The size, in bytes, of the buffer for the . Creates a new instance of the class. - To be added. + + object calls on the provided object when is call. + + ]]> + The was . The was less than or equal to zero. From 620efb83ebc05c4f1b47b879c461a904cf3a472c Mon Sep 17 00:00:00 2001 From: Jan Sommer Date: Wed, 16 Oct 2019 22:17:41 +0200 Subject: [PATCH 2/3] Fix typo in ctor remarks (#3339) --- xml/System.Net.Http/StreamContent.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Net.Http/StreamContent.xml b/xml/System.Net.Http/StreamContent.xml index 4f0d79dd45e..92c5700af4a 100644 --- a/xml/System.Net.Http/StreamContent.xml +++ b/xml/System.Net.Http/StreamContent.xml @@ -70,7 +70,7 @@ object calls on the provided object when is call. + The object calls on the provided object when is called. ]]> @@ -109,7 +109,7 @@ object calls on the provided object when is call. + The object calls on the provided object when is called. ]]> From c9007ee76358f1b159aedfa9565ab89c90555e53 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Mon, 3 Aug 2020 15:16:22 -0700 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Andy De George <67293991+adegeo@users.noreply.github.com> --- xml/System.Net.Http/StreamContent.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/xml/System.Net.Http/StreamContent.xml b/xml/System.Net.Http/StreamContent.xml index 92c5700af4a..fd67611ec64 100644 --- a/xml/System.Net.Http/StreamContent.xml +++ b/xml/System.Net.Http/StreamContent.xml @@ -69,9 +69,10 @@ object calls on the provided object when is called. - +## Remarks + +The object calls on the provided object when is called. + ]]> @@ -109,7 +110,7 @@ object calls on the provided object when is called. +The object calls on the provided object when is called. ]]>