NetworkTrafficMonitorGetBytesReceived Method
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 virtual float GetBytesReceived()
Public Overridable Function GetBytesReceived As Single
Dim instance As NetworkTrafficMonitor
Dim returnValue As Single
returnValue = instance.GetBytesReceived()
public:
virtual float GetBytesReceived()
abstract GetBytesReceived : unit -> float32
override GetBytesReceived : unit -> float32
No code example is currently available or this language may not be supported.
Return Value
Single
The bytes received.