Click or drag to resize

ChunkEmptyLength Property

Unused 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 EmptyLength { get; }

Property Value

Int64
See Also