TrafficChangedEventArgsDiffBytesSent Property
Gets the difference between the last and the current amount of bytes sent.
For upload 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 DiffBytesSent { get; }
Public ReadOnly Property DiffBytesSent As Single
Get
Dim instance As TrafficChangedEventArgs
Dim value As Single
value = instance.DiffBytesSent
public:
property float DiffBytesSent {
float get ();
}
member DiffBytesSent : 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 sent.