StreamPipeWriterOptions.Pool Property

Definition

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

public:
 property System::Buffers::MemoryPool<System::Byte> ^ Pool { System::Buffers::MemoryPool<System::Byte> ^ get(); };
public System.Buffers.MemoryPool<byte> Pool { get; }
member this.Pool : System.Buffers.MemoryPool<byte>
Public ReadOnly Property Pool As MemoryPool(Of Byte)

Property Value

A memory pool instance.

Applies to