diff --git a/xml/System.IO/FileStream.xml b/xml/System.IO/FileStream.xml index 9554acde241..727fbc7ed45 100644 --- a/xml/System.IO/FileStream.xml +++ b/xml/System.IO/FileStream.xml @@ -2215,10 +2215,10 @@ See for more informat - 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 size of the buffer. This value must be greater than zero. + Reads the bytes from the current stream and writes them to another stream, using a specified buffer size. Both streams positions are advanced by the number of bytes copied. + Copying begins at the current position in the current stream, and does not reset the position of the destination stream after the copy operation is complete. @@ -2259,7 +2259,7 @@ See for more informat The stream to which the contents of the current file stream will be copied. - The size, in bytes, of the buffer. This value must be greater than zero. The default size is 81920. + The size, in bytes, of the buffer. This value must be greater than zero. The token to monitor for cancellation requests. The default value is . Asynchronously reads the bytes from the current file stream and writes them to another stream, using a specified buffer size and cancellation token. A task that represents the asynchronous copy operation.