ChunkedMemoryStreamChunkSize Property |
Gets or sets the size of the underlying chunks. Cannot be greater than or equal to 85000.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public int ChunkSize { get; set; }
Property Value
Type:
Int32The chunks size.
See Also