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/ReadResult.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@
41
41
</Parameters>
42
42
<Docs>
43
43
<paramname="buffer">The read-only sequence containing the bytes of data that were read in the <seecref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> call.</param>
44
-
<paramname="isCanceled">A flag that indicates if the <seecref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> operation that produced this <seecref="T:System.IO.Pipelines.ReadResult" /> was canceled by <seecref="M:System.IO.Pipelines.PipeReader.CancelPendingRead()" />.</param>
44
+
<paramname="isCanceled">A flag that indicates if the <seecref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> operation that produced this <seecref="T:System.IO.Pipelines.ReadResult" /> was canceled by <seecref="M:System.IO.Pipelines.PipeReader.CancelPendingRead" />.</param>
45
45
<paramname="isCompleted">A flag that indicates whether the end of the data stream has been reached.</param>
46
46
<summary>Creates a new instance of <seecref="T:System.IO.Pipelines.ReadResult" /> setting <seecref="P:System.IO.Pipelines.ReadResult.IsCanceled" /> and <seecref="P:System.IO.Pipelines.ReadResult.IsCompleted" /> flags.</summary>
47
47
<remarks>To be added.</remarks>
@@ -89,7 +89,7 @@
89
89
</ReturnValue>
90
90
<Docs>
91
91
<summary>Gets a value that indicates whether the current <seecref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> operation was canceled.</summary>
92
-
<value><seelangword="true" /> if the <seecref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> operation that produced this <seecref="T:System.IO.Pipelines.ReadResult" /> was canceled by <seecref="M:System.IO.Pipelines.PipeReader.CancelPendingRead()" />; otherwise, <seelangword="false" />.</value>
92
+
<value><seelangword="true" /> if the <seecref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> operation that produced this <seecref="T:System.IO.Pipelines.ReadResult" /> was canceled by <seecref="M:System.IO.Pipelines.PipeReader.CancelPendingRead" />; otherwise, <seelangword="false" />.</value>
0 commit comments