Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​IO.​Pipelines.​StreamPipeWriterOptions
Assembly: System.IO.Pipelines
Inheritance: object → StreamPipeWriterOptions
Represents a set of options for controlling the creation of the <see cref="T:System.IO.Pipelines.PipeWriter" /> .
Properties
public
bool
LeaveOpen
Gets the value that indicates if the underlying stream should be left open after the <see cref="T:System.IO.Pipelines.PipeWriter" /> completes.
public
int
MinimumBufferSize
Gets the minimum buffer size to use when renting memory from the <see cref="P:System.IO.Pipelines.StreamPipeWriterOptions.Pool" /> .
public
Buffers.​MemoryPool<​byte>
Pool
Gets the <see cref="T:System.Buffers.MemoryPool`1" /> to use when allocating memory.
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object