PipeStream Constructor (PipeDirection, Int32)
.NET Framework (current version)
Initializes a new instance of the PipeStream class using the specified PipeDirection value and buffer size.
Assembly: System.Core (in System.Core.dll)
Parameters
- direction
-
Type:
System.IO.Pipes::PipeDirection
One of the PipeDirection values that indicates the direction of the pipe object.
- bufferSize
-
Type:
System::Int32
A positive Int32 value greater than or equal to 0 that indicates the buffer size.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException |
.NET Framework
Available since 3.5
Available since 3.5
Show: