Click or drag to resize

DownloadProgressChangedEventArgsReceivedBytes Property

Gets the received bytes.

Namespace: Downloader
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public byte[] ReceivedBytes { get; }

Return Value

Byte
A byte array that indicates the received bytes.
See Also