BufferPool public class BufferPool Represents a resizable buffer pool. Documentation public int BufferCount { get; set; } Gets or sets the number of available buffers. public int BufferSize { get; set; } Gets or sets the size of individual buffers. public BufferPool(int numberOfBuffers, int bufferSize) Initializes a new instance of BufferPool.