Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
StreamPipeWriterOptions Class
Definition
- Namespace:
- System.IO.Pipelines
- Assembly:
- System.IO.Pipelines.dll
- Package:
- System.IO.Pipelines v11.0.0-preview.5.26302.115
- Source:
- StreamPipeWriterOptions.cs
- Source:
- StreamPipeWriterOptions.cs
- Source:
- StreamPipeWriterOptions.cs
- Source:
- StreamPipeWriterOptions.cs
- Source:
- StreamPipeWriterOptions.cs
- Source:
- StreamPipeWriterOptions.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
Feedback
Was this page helpful?
