Skip to content

Commit 35f6436

Browse files
authored
doc(*): Correct PipeStream.Write method remarks (#4032)
Calling the Write method will not block current thread.
1 parent d01ba11 commit 35f6436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.IO.Pipes/PipeStream.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2112,7 +2112,7 @@ The pipe handle has not been set. (Did your <see cref="T:System.IO.Pipes.PipeStr
21122112
## Remarks
21132113
Use the <xref:System.IO.Pipes.PipeStream.CanWrite%2A> property to determine whether the current <xref:System.IO.Pipes.PipeStream> object supports write operations.
21142114
2115-
Calling the <xref:System.IO.Pipes.PipeStream.Write%2A> method blocks until `count` bytes are read or the end of the stream is reached. For asynchronous read operations, see <xref:System.IO.Pipes.PipeStream.BeginWrite%2A> and <xref:System.IO.Pipes.PipeStream.EndWrite%2A>.
2115+
For asynchronous write operations, see <xref:System.IO.Pipes.PipeStream.BeginWrite%2A> and <xref:System.IO.Pipes.PipeStream.EndWrite%2A>.
21162116
21172117
]]></format>
21182118
</remarks>

0 commit comments

Comments
 (0)