File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- <Type Name =" PipeReader" FullName =" System.IO.Pipelines.PipeReader" >
1+ <Type Name =" PipeReader" FullName =" System.IO.Pipelines.PipeReader" >
22 <TypeSignature Language =" C#" Value =" public abstract class PipeReader" />
33 <TypeSignature Language =" ILAsm" Value =" .class public auto ansi abstract beforefieldinit PipeReader extends System.Object" />
44 <TypeSignature Language =" DocId" Value =" T:System.IO.Pipelines.PipeReader" />
184184 <Parameter Name =" exception" Type =" System.Exception" Index =" 0" FrameworkAlternate =" dotnet-plat-ext-3.0" />
185185 </Parameters >
186186 <Docs >
187- <param name =" exception" >To be added .</param >
188- <summary >To be added .</summary >
189- <returns >To be added .</returns >
187+ <param name =" exception" >An optional exception that indicates the failure that caused the reader to complete .</param >
188+ <summary >Marks the current pipe reader instance as being complete, meaning no more data will be read from it .</summary >
189+ <returns >A value task that represents the asynchronous complete operation .</returns >
190190 <remarks >To be added.</remarks >
191191 </Docs >
192192 </Member >
Original file line number Diff line number Diff line change 1- <Type Name =" PipeWriter" FullName =" System.IO.Pipelines.PipeWriter" >
1+ <Type Name =" PipeWriter" FullName =" System.IO.Pipelines.PipeWriter" >
22 <TypeSignature Language =" C#" Value =" public abstract class PipeWriter : System.Buffers.IBufferWriter< byte> " />
33 <TypeSignature Language =" ILAsm" Value =" .class public auto ansi abstract beforefieldinit PipeWriter extends System.Object implements class System.Buffers.IBufferWriter`1< unsigned int8> " />
44 <TypeSignature Language =" DocId" Value =" T:System.IO.Pipelines.PipeWriter" />
161161 <Parameter Name =" exception" Type =" System.Exception" Index =" 0" FrameworkAlternate =" dotnet-plat-ext-3.0" />
162162 </Parameters >
163163 <Docs >
164- <param name =" exception" >To be added .</param >
165- <summary >To be added .</summary >
166- <returns >To be added .</returns >
164+ <param name =" exception" >An optional exception that indicates the failure that caused the pipeline to complete .</param >
165+ <summary >Marks the current pipe writer instance as being complete, meaning no more data will be written to it .</summary >
166+ <returns >A value task that represents the asynchronous complete operation .</returns >
167167 <remarks >To be added.</remarks >
168168 </Docs >
169169 </Member >
You can’t perform that action at this time.
0 commit comments