PipeStream::TransmissionMode Property
.NET Framework (current version)
Gets the pipe transmission mode supported by the current pipe.
Assembly: System.Core (in System.Core.dll)
public: property PipeTransmissionMode TransmissionMode { [SecurityCriticalAttribute] virtual PipeTransmissionMode get(); }
Property Value
Type: System.IO.Pipes::PipeTransmissionModeOne of the PipeTransmissionMode values that indicates the transmission mode supported by the current pipe.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The pipe is closed. |
| InvalidOperationException | The handle has not been set. -or- The pipe is waiting to connect in an anonymous client/server operation or with a named client. |
| IOException | The pipe is broken or another I/O error occurred. |
.NET Framework
Available since 3.5
Available since 3.5
Show: