NetworkTrafficMonitorGetAvailableInterfaceNames Method
Gets the available network interface names.
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 static IEnumerable<string> GetAvailableInterfaceNames()
Public Shared Function GetAvailableInterfaceNames As IEnumerable(Of String)
Dim returnValue As IEnumerable(Of String)
returnValue = NetworkTrafficMonitor.GetAvailableInterfaceNames()
public:
static IEnumerable<String^>^ GetAvailableInterfaceNames()
static member GetAvailableInterfaceNames : unit -> IEnumerable<string>
No code example is currently available or this language may not be supported.
Return Value
IEnumerableString
An
IEnumerableT that enumerates the available network interface names.