The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PipeStream::OutBufferSize Property
.NET Framework (current version)
Gets the size, in bytes, of the outbound buffer for a pipe.
Assembly: System.Core (in System.Core.dll)
| Exception | Condition |
|---|---|
| NotSupportedException | The stream is unwriteable. |
| InvalidOperationException | The pipe is waiting to connect. |
| IOException | The pipe is broken or another I/O error occurred. |
If OutBufferSize is 0, the buffer size is allocated as needed.
.NET Framework
Available since 3.5
Available since 3.5
Show: