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.

PipeTransmissionMode Enumeration

 

Specifies the transmission mode of the pipe.

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

[SerializableAttribute]
public enum class PipeTransmissionMode

Member nameDescription
Byte

Indicates that data in the pipe is transmitted and read as a stream of bytes.

Message

Indicates that data in the pipe is transmitted and read as a stream of messages.

Anonymous pipes do not support the Message transmission mode.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft