diff --git a/xml/System.IO.Pipelines/PipeReader.xml b/xml/System.IO.Pipelines/PipeReader.xml
index 76a31f44be5..3e5a342fe26 100644
--- a/xml/System.IO.Pipelines/PipeReader.xml
+++ b/xml/System.IO.Pipelines/PipeReader.xml
@@ -35,7 +35,7 @@
- To be added.
+ Initializes a new instance of the class.
To be added.
@@ -113,8 +113,8 @@
- To be added.
- To be added.
+ Returns a read-only that wraps the .
+ The stream that wraps the .
To be added.
@@ -183,10 +183,10 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The stream to which the contents of the current stream will be copied.
+ The token to monitor for cancellation requests. The default value is .
+ Asynchronously reads the bytes from the and writes them to the specified stream, using a specified cancellation token.
+ A task that represents the asynchronous copy operation.
To be added.
@@ -272,4 +272,4 @@
-
\ No newline at end of file
+
diff --git a/xml/System.IO.Pipelines/PipeWriter.xml b/xml/System.IO.Pipelines/PipeWriter.xml
index 42728d31bc4..ae4684f328d 100644
--- a/xml/System.IO.Pipelines/PipeWriter.xml
+++ b/xml/System.IO.Pipelines/PipeWriter.xml
@@ -39,7 +39,7 @@
- To be added.
+ Initializes a new instance of the class.
To be added.
@@ -67,8 +67,8 @@
- To be added.
- To be added.
+ The number of bytes written to the or .
+ Notifies the that bytes were written to the output or . You must request a new buffer after calling to continue writing more data; you cannot write to a previously acquired buffer.
To be added.
@@ -90,8 +90,8 @@
- To be added.
- To be added.
+ Returns a write-only that wraps the .
+ The .
To be added.
@@ -160,10 +160,10 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The stream from which the contents will be copied.
+ The token to monitor for cancellation requests. The default value is .
+ Asynchronously reads the bytes from the specified stream and writes them to the .
+ A task that represents the asynchronous copy operation.
To be added.
@@ -215,10 +215,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The minimum length of the returned . If 0, a non-empty memory buffer of arbitrary size is returned.
+ Returns a to write to that is at least the requested size, as specified by the parameter.
+ A memory buffer of at least bytes. If is 0, returns a non-empty buffer of arbitrary size.
+
+ , but it throws an if the requested buffer size is not available.
+
+You must request a new buffer after calling to continue writing more data; you cannot write to a previously acquired buffer.
+
+ ]]>
+
+ The requested buffer size is not available.
@@ -245,10 +256,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The minimum length of the returned . If 0, a non-empty buffer of arbitrary size is returned.
+ Returns a to write to that is at least the requested size, as specified by the parameter.
+ A buffer of at least bytes. If is 0, returns a non-empty buffer of arbitrary size.
+
+ , but it throws an if the requested buffer size is not available.
+
+You must request a new buffer after calling to continue writing more data; you cannot write to a previously acquired buffer.
+
+ ]]>
+
+ The requested buffer size is not available.
@@ -308,4 +330,4 @@
-
\ No newline at end of file
+
diff --git a/xml/System.IO.Pipelines/StreamPipeExtensions.xml b/xml/System.IO.Pipelines/StreamPipeExtensions.xml
index 0255df53242..c1444b8b50c 100644
--- a/xml/System.IO.Pipelines/StreamPipeExtensions.xml
+++ b/xml/System.IO.Pipelines/StreamPipeExtensions.xml
@@ -37,13 +37,13 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The stream from which the contents of the current stream will be copied.
+ The writer to which the contents of the source stream will be copied.
+ The token to monitor for cancellation requests. The default value is .
+ Asynchronously reads the bytes from the and writes them to the specified , using a cancellation token.
+ A task that represents the asynchronous copy operation.
To be added.
-
\ No newline at end of file
+