TrafficChangedEventArgsDiffBytesReceived Property
Gets the difference between the last and the current amount of bytes received.
For download speed measuring purposes.
Namespace: DevCase.Core.Networking.TrafficMonitoringAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public float DiffBytesReceived { get; }
Public ReadOnly Property DiffBytesReceived As Single
Get
Dim instance As TrafficChangedEventArgs
Dim value As Single
value = instance.DiffBytesReceived
public:
property float DiffBytesReceived {
float get ();
}
member DiffBytesReceived : float32 with get
No code example is currently available or this language may not be supported.
Property Value
Single
The difference between the last and the current amount of bytes received.