PipeStream.ReadMode Property
.NET Framework (current version)
Gets or sets the reading mode for a PipeStream object.
Assembly: System.Core (in System.Core.dll)
abstract ReadMode : PipeTransmissionMode with get, set override ReadMode : PipeTransmissionMode with get, set
Property Value
Type: System.IO.Pipes.PipeTransmissionModeOne of the PipeTransmissionMode values that indicates how the PipeStream object reads from the pipe.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The supplied value is not a valid PipeTransmissionMode value. |
| NotSupportedException | The supplied value is not a supported PipeTransmissionMode value for this pipe stream. |
| InvalidOperationException | The handle has not been set. -or- The pipe is waiting to connect with a named client. |
| IOException | The pipe is broken or an I/O error occurred with a named client. |
.NET Framework
Available since 3.5
Available since 3.5
Show: