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

 

Gets the pipe transmission mode supported by the current pipe.

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

public:
property PipeTransmissionMode TransmissionMode {
	[SecurityCriticalAttribute]
	virtual PipeTransmissionMode 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:
© 2017 Microsoft