NetworkTrafficMonitorGetAvailableInterfaceNames Method

Gets the available network interface names.

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 static IEnumerable<string> GetAvailableInterfaceNames()

Return Value

IEnumerableString
An IEnumerableT that enumerates the available network interface names.

See Also