PipeStream.TransmissionMode Property

 

Gets the pipe transmission mode supported by the current pipe.

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

abstract TransmissionMode : PipeTransmissionMode with get
override TransmissionMode : PipeTransmissionMode with get

Property Value

Type: System.IO.Pipes.PipeTransmissionMode

One 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.

Anonymous pipes do not support Message mode message transmission.

.NET Framework
Available since 3.5
Return to top
Show: