Click or drag to resize

DownloadConfigurationParallelCount Property

Count of chunks to download in parallel. If ParallelCount is <=0, then ParallelCount is equal to ChunkCount.

Namespace: Downloader
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public int ParallelCount { get; set; }

Property Value

Int32
See Also