System.IO.Pipes.PipeStream: Property Members

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

Public Properties

[read-only]
override
CanReadbool.

Gets a value indicating whether the current stream supports read operations.

[read-only]
override
CanSeekbool.

Gets a value indicating whether the current stream supports seek operations.

[read-only]
override
CanWritebool.

Gets a value indicating whether the current stream supports write operations.

[read-only]
InBufferSizeint.

Gets the size, in bytes, of the inbound buffer for a pipe.

[read-only]
IsAsyncbool.

Gets a value indicating whether a System.IO.Pipes.PipeStream object was opened asynchronously or synchronously.

IsConnectedbool.

Gets or sets a value indicating whether a System.IO.Pipes.PipeStream object is connected.

[read-only]
IsMessageCompletebool.

Gets a value indicating whether there is more data in the message returned from the most recent read operation.

[read-only]
override
Lengthlong.

Gets the length of a stream, in bytes.

[read-only]
OutBufferSizeint.

Gets the size, in bytes, of the outbound buffer for a pipe.

override
Positionlong.

Gets or sets the current position of the current stream.

ReadModePipeTransmissionMode.

Gets or sets the reading mode for a System.IO.Pipes.PipeStream object.

[read-only]
SafePipeHandleMicrosoft.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]
TransmissionModePipeTransmissionMode.

Gets the pipe transmission mode supported by the current pipe.

Protected Properties

[read-only]
IsHandleExposedbool.

Gets a value indicating whether a handle to a System.IO.Pipes.PipeStream object is exposed.