System.Net.DownloadProgressChangedEventArgs.BytesReceived Property

Gets the number of bytes received.

Syntax

public long BytesReceived { get; }

Value

Documentation for this section has not yet been entered.

Remarks

To determine what percentage of the transfer has occurred, use the System.ComponentModel.ProgressChangedEventArgs.ProgressPercentage property.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0