Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: DynamicContentStream(IEnumerable<byte[]>, bool)

Declaration

public DynamicContentStream(
    IEnumerable<byte[]> enumerable,
    bool buffered = true
)

Summary

Instantiates a DynamicContentStream that reads raw bytes and lets you configure whether it’s buffered or not.

Parameters

IEnumerable<byte[]>enumerableThe object that provides the content for this stream to read from.
boolbufferedProvides an initial value for the DynamicContentStream.Buffered property.