Skip to main content

RecyclableMemoryStreamManager.Events.MemoryStreamBufferType

Type of buffer

Assembly: ServiceStack.Text.dll
View Source
Declaration
public enum MemoryStreamBufferType

Fields

Small

Small block buffer

View Source
Declaration
Small = 0

Large

Large pool buffer

View Source
Declaration
Large = 1