TrafficChangedEventArgsBytesReceived Property
Gets the bytes received.
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 BytesReceived { get; }
Public ReadOnly Property BytesReceived As Single
Get
Dim instance As TrafficChangedEventArgs
Dim value As Single
value = instance.BytesReceived
public:
property float BytesReceived {
float get ();
}
member BytesReceived : float32 with get
No code example is currently available or this language may not be supported.
Property Value
Single
The bytes received.