NetworkTrafficMonitor Constructor

Initializes a new instance of the NetworkTrafficMonitor 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 NetworkTrafficMonitor(
	string interfaceName
)

Parameters

interfaceName  String
The name of the interface to monitor.

Exceptions

NotImplementedException Performance Counters doesn't include the category.
ArgumentException The specified interface is not available or doesn't exist.;interfaceName

See Also