You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.IO.Pipelines/PipeReader.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -296,7 +296,7 @@ The canceled <xref:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.Can
296
296
<Docs>
297
297
<paramname="destination">The pipe writer to which the contents of the current stream will be copied.</param>
298
298
<paramname="cancellationToken">The token to monitor for cancellation requests. The default value is <seecref="P:System.Threading.CancellationToken.None" />.</param>
299
-
<summary>Asynchronously reads the bytes from the <seecref="T:System.IO.Pipelines.PipeReader" /> and writes them to the specified <seecref="T:System.IO.Pipelines.PipeWriter" />, using a specified buffer size and cancellation token.</summary>
299
+
<summary>Asynchronously reads the bytes from the <seecref="T:System.IO.Pipelines.PipeReader" /> and writes them to the specified <seecref="T:System.IO.Pipelines.PipeWriter" />, using a specified cancellation token.</summary>
300
300
<returns>A task that represents the asynchronous copy operation.</returns>
301
301
<remarks>To be added.</remarks>
302
302
<exceptioncref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
0 commit comments