The properties of System.IO.Pipes.PipeStream are listed below. For a list of all members, see the PipeStream Members list.
See Also: Inherited members from System.IO.Stream
| [read-only] override | CanRead | bool.
Gets a value indicating whether the current stream supports read operations. |
| [read-only] override | CanSeek | bool.
Gets a value indicating whether the current stream supports seek operations. |
| [read-only] override | CanWrite | bool.
Gets a value indicating whether the current stream supports write operations. |
| [read-only] | InBufferSize | int.
Gets the size, in bytes, of the inbound buffer for a pipe. |
| [read-only] | IsAsync | bool.
Gets a value indicating whether a System.IO.Pipes.PipeStream object was opened asynchronously or synchronously. |
| IsConnected | bool.
Gets or sets a value indicating whether a System.IO.Pipes.PipeStream object is connected. | |
| [read-only] | IsMessageComplete | bool.
Gets a value indicating whether there is more data in the message returned from the most recent read operation. |
| [read-only] override | Length | long.
Gets the length of a stream, in bytes. |
| [read-only] | OutBufferSize | int.
Gets the size, in bytes, of the outbound buffer for a pipe. |
override | Position | long.
Gets or sets the current position of the current stream. |
| ReadMode | PipeTransmissionMode.
Gets or sets the reading mode for a System.IO.Pipes.PipeStream object. | |
| [read-only] | SafePipeHandle | Microsoft.Win32.SafeHandles.SafePipeHandle.
Gets the safe handle for the local end of the pipe that the current System.IO.Pipes.PipeStream object encapsulates. |
| [read-only] | TransmissionMode | PipeTransmissionMode.
Gets the pipe transmission mode supported by the current pipe. |
| [read-only] | IsHandleExposed | bool.
Gets a value indicating whether a handle to a System.IO.Pipes.PipeStream object is exposed. |