|
16 | 16 | </Base>
|
17 | 17 | <Interfaces />
|
18 | 18 | <Docs>
|
19 |
| - <summary>The result of a <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> call.</summary> |
| 19 | + <summary>Represents the result of a <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> call.</summary> |
20 | 20 | <remarks>To be added.</remarks>
|
21 | 21 | </Docs>
|
22 | 22 | <Members>
|
|
40 | 40 | <Parameter Name="isCompleted" Type="System.Boolean" />
|
41 | 41 | </Parameters>
|
42 | 42 | <Docs>
|
43 |
| - <param name="buffer">To be added.</param> |
44 |
| - <param name="isCanceled">To be added.</param> |
45 |
| - <param name="isCompleted">To be added.</param> |
| 43 | + <param name="buffer">The read-only sequence containing the bytes of data that were read in the <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> call.</param> |
| 44 | + <param name="isCanceled">A flag that indicates if the <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> operation that produced this <see cref="T:System.IO.Pipelines.ReadResult" /> was canceled by <see cref="M:System.IO.Pipelines.PipeReader.CancelPendingRead()" />.</param> |
| 45 | + <param name="isCompleted">A flag that indicates whether the end of the data stream has been reached.</param> |
46 | 46 | <summary>Creates a new instance of <see cref="T:System.IO.Pipelines.ReadResult" /> setting <see cref="P:System.IO.Pipelines.ReadResult.IsCanceled" /> and <see cref="P:System.IO.Pipelines.ReadResult.IsCompleted" /> flags.</summary>
|
47 | 47 | <remarks>To be added.</remarks>
|
48 | 48 | </Docs>
|
|
66 | 66 | </ReturnValue>
|
67 | 67 | <Docs>
|
68 | 68 | <summary>Gets the <see cref="T:System.Buffers.ReadOnlySequence`1" /> that was read.</summary>
|
69 |
| - <value>To be added.</value> |
| 69 | + <value>A read-only sequence containing the bytes of data that were read in the <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> call.</value> |
70 | 70 | <remarks>To be added.</remarks>
|
71 | 71 | </Docs>
|
72 | 72 | </Member>
|
|
88 | 88 | <ReturnType>System.Boolean</ReturnType>
|
89 | 89 | </ReturnValue>
|
90 | 90 | <Docs>
|
91 |
| - <summary> |
92 |
| - <see langword="true" /> if the current <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> operation was canceled; otherwise, <see langword="false" />.</summary> |
93 |
| - <value>To be added.</value> |
| 91 | + <summary>Gets a value that indicates whether the current <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> operation was canceled.</summary> |
| 92 | + <value><see langword="true" /> if the <see cref="M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)" /> operation that produced this <see cref="T:System.IO.Pipelines.ReadResult" /> was canceled by <see cref="M:System.IO.Pipelines.PipeReader.CancelPendingRead()" />; otherwise, <see langword="false" />.</value> |
94 | 93 | <remarks>To be added.</remarks>
|
95 | 94 | </Docs>
|
96 | 95 | </Member>
|
|
112 | 111 | <ReturnType>System.Boolean</ReturnType>
|
113 | 112 | </ReturnValue>
|
114 | 113 | <Docs>
|
115 |
| - <summary> |
116 |
| - <see langword="true" /> if the <see cref="T:System.IO.Pipelines.PipeReader" /> is complete; otherwise, <see langword="false" />.</summary> |
117 |
| - <value>To be added.</value> |
| 114 | + <summary>Gets a value that indicates whether the end of the data stream has been reached.</summary> |
| 115 | + <value><see langword="true" /> if the end of the data stream has been reached; otherwise, <see langword="false" />.</value> |
118 | 116 | <remarks>To be added.</remarks>
|
119 | 117 | </Docs>
|
120 | 118 | </Member>
|
|
0 commit comments