UtilNetworkNetworkInterfaceNames Property
Gets the current network interface names.
Namespace: DevCase.Core.Networking.CommonAssembly: 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> NetworkInterfaceNames { get; }
Public Shared ReadOnly Property NetworkInterfaceNames As IEnumerable(Of String)
Get
Dim value As IEnumerable(Of String)
value = UtilNetwork.NetworkInterfaceNames
public:
static property IEnumerable<String^>^ NetworkInterfaceNames {
IEnumerable<String^>^ get ();
}
static member NetworkInterfaceNames : IEnumerable<string> with get
No code example is currently available or this language may not be supported.
Property Value
IEnumerableString
An
IEnumerableT that enumerates the network interface names.