DataRateEventArgs C# Reference Documentation

DataRateEventArgs

Current Version: 9.5.0.72

Provides data for events regarding upload and download transfer rates.

Properties

ByteCount
public long ByteCount {get; }

The number of bytes transferred thus far.

top
BytesPerSec
public int BytesPerSec {get; }

The current transfer rate in bytes per second.

top