The PipeStream type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| PipeStream | Initializes a new instance of the PipeStream class |
Methods
| Name | Description | |
|---|---|---|
Begins an asynchronous read operation. (Inherited from | ||
Begins an asynchronous write operation. (Inherited from | ||
Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream. (Inherited from | ||
Reads all the bytes from the current stream and writes them to the destination stream. (Inherited from | ||
Reads all the bytes from the current stream and writes them to a destination stream, using a specified buffer size. (Inherited from | ||
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from | ||
| Obsolete. Allocates a (Inherited from | ||
Releases all resources used by the (Inherited from | ||
Releases the unmanaged resources used by the (Inherited from | ||
Waits for the pending asynchronous read to complete. (Inherited from | ||
Ends an asynchronous write operation. (Inherited from | ||
| (Inherited from | ||
Allows an (Inherited from | ||
| Flush |
When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device.
(Overrides | |
Serves as a hash function for a particular type. (Inherited from | ||
Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from | ||
Gets the (Inherited from | ||
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Provides support for a (Inherited from | ||
| Read |
When overridden in a derived class, reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
(Overrides | |
Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. (Inherited from | ||
| Seek |
When overridden in a derived class, sets the position within the current stream.
(Overrides | |
| SetLength |
When overridden in a derived class, sets the length of the current stream.
(Overrides | |
| (Inherited from | ||
| Write |
When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
(Overrides | |
Writes a byte to the current position in the stream and advances the position within the stream by one byte. (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| BlockLastReadBuffer |
Gets or sets a value indicating whether to block last read method before the buffer is empty.
When true, Read() will block until it can fill the passed in buffer and count.
When false, Read() will not block, returning all the available buffer data.
| |
| CanRead |
When overridden in a derived class, gets a value indicating whether the current stream supports reading.
(Overrides | |
| CanSeek |
When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
(Overrides | |
Gets a value that determines whether the current stream can time out. (Inherited from | ||
| CanWrite |
When overridden in a derived class, gets a value indicating whether the current stream supports writing.
(Overrides | |
| Length |
When overridden in a derived class, gets the length in bytes of the stream.
(Overrides | |
| MaxBufferLength |
Gets or sets the maximum number of bytes to store in the buffer.
| |
| Position |
When overridden in a derived class, gets or sets the position within the current stream.
(Overrides | |
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from | ||
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from |
See Also