Click or drag to resize

ChunkLength Property

Length of current chunk. When the chunk length is zero, the file is open to receive new bytes until no more bytes are received from the server.

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

Property Value

Int64
See Also