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::OutBufferSize Property

 

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

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

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

Property Value

Type: System::Int32

The outbound buffer size, in bytes.

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