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::InBufferSize Property
.NET Framework (current version)
Gets the size, in bytes, of the inbound buffer for a pipe.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System::Int32An integer value that represents the inbound buffer size, in bytes.
| Exception | Condition |
|---|---|
| NotSupportedException | The stream is unreadable. |
| InvalidOperationException | The pipe is waiting to connect. |
| IOException | The pipe is broken or another I/O error occurred. |
If InBufferSize is 0, the buffer size is allocated as needed.
.NET Framework
Available since 3.5
Available since 3.5
Show: