Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets the size, in bytes, of the inbound buffer for a pipe.

Namespace:   System.IO.Pipes
Assembly:  System.Core (in System.Core.dll)

public:
property int InBufferSize {
	[SecurityCriticalAttribute]
	virtual int get();
}

Property Value

Type: System::Int32

An 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
Return to top
Show:
© 2017 Microsoft