PipeStream Properties
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() | CanRead | Gets a value indicating whether the current stream supports read operations.(Overrides Stream::CanRead.) |
![]() | CanSeek | Gets a value indicating whether the current stream supports seek operations.(Overrides Stream::CanSeek.) |
![]() | CanTimeout | Gets a value that determines whether the current stream can time out.(Inherited from Stream.) |
![]() | CanWrite | Gets a value indicating whether the current stream supports write operations.(Overrides Stream::CanWrite.) |
![]() | InBufferSize | Gets the size, in bytes, of the inbound buffer for a pipe. |
![]() | IsAsync | Gets a value indicating whether a PipeStream object was opened asynchronously or synchronously. |
![]() | IsConnected | Gets or sets a value indicating whether a PipeStream object is connected. |
![]() | IsHandleExposed | Gets a value indicating whether a handle to a PipeStream object is exposed. |
![]() | IsMessageComplete | Gets a value indicating whether there is more data in the message returned from the most recent read operation. |
![]() | Length | Gets the length of a stream, in bytes.(Overrides Stream::Length.) |
![]() | OutBufferSize | Gets the size, in bytes, of the outbound buffer for a pipe. |
![]() | Position | Gets or sets the current position of the current stream.(Overrides Stream::Position.) |
![]() | ReadMode | Gets or sets the reading mode for a PipeStream object. |
![]() | ReadTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from Stream.) |
![]() | SafePipeHandle | Gets the safe handle for the local end of the pipe that the current PipeStream object encapsulates. |
![]() | TransmissionMode | Gets the pipe transmission mode supported by the current pipe. |
![]() | WriteTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from Stream.) |

