Click or drag to resize

DownloadProgressChangedEventArgsTotalBytesToReceive Property

Gets the total number of bytes in a System.Net.WebClient data download operation.

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

Return Value

Int64
An System.Int64 value that indicates the number of bytes that will be received.
See Also