Property NonSeekableBufferLimitBytes
NonSeekableBufferLimitBytes
A non-seekable source stream (spec 7.1) is buffered once up to this size; above it, 6053. 4 MiB, deliberately low: the whole point is to refuse the allocation, not to relocate it.
public long NonSeekableBufferLimitBytes { get; set; }