DownloadStartedEventArgsTotalBytesToReceive Property |
Gets the total number of bytes in a System.Net.WebClient data download operation.
Namespace: DownloaderAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic long TotalBytesToReceive { get; }Return Value
Int64An System.Int64 value that indicates the number of bytes that will be received.
See Also