DataRateEventArgs VB.NET Reference Documentation
DataRateEventArgs
Current Version: 9.5.0.72
Provides data for events regarding upload and download transfer rates.
Properties
ByteCount
ByteCount As Int64 (ReadOnly)
The number of bytes transferred thus far.
topBytesPerSec
BytesPerSec As Integer (ReadOnly)
The current transfer rate in bytes per second.
top