TrafficChangedEventArgs Constructor

Initializes a new instance of the TrafficChangedEventArgs class.

Definition

Namespace: DevCase.Core.Networking.TrafficMonitoring
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public TrafficChangedEventArgs(
	float bytesSent,
	float bytesReceived,
	float diffBytesSent,
	float diffBytesReceived
)

Parameters

bytesSent  Single
The bytes sent.
bytesReceived  Single
The bytes received.
diffBytesSent  Single
The difference between the last and the current amount of bytes sent.
diffBytesReceived  Single
The difference between the last and the current amount of bytes received.

See Also