StreamPipeWriterOptions Class

Definition

Represents a set of options for controlling the creation of the PipeWriter.

public ref class StreamPipeWriterOptions
public class StreamPipeWriterOptions
type StreamPipeWriterOptions = class
Public Class StreamPipeWriterOptions
Inheritance
StreamPipeWriterOptions

Constructors

StreamPipeWriterOptions(MemoryPool<Byte>, Int32, Boolean)

Initializes a StreamPipeWriterOptions instance, optionally specifying a memory pool, a minimum buffer size, and whether the underlying stream should be left open after the PipeWriter completes.

Properties

LeaveOpen

Gets the value that indicates if the underlying stream should be left open after the PipeWriter completes.

MinimumBufferSize

Gets the minimum buffer size to use when renting memory from the Pool.

Pool

Gets the MemoryPool<T> to use when allocating memory.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to