Namespace: NdisApi
Assemblies: ndisapi.dll
Represents basic information about the network interface.
Properties:
public string Name { get; }
Network adapter system (internal) name.
public string FriendlyName { get; }
Network adapter user-friendly name.
public IntPtr Handle { get; }
Network adapter handle value.
public NdisApi.NDIS_MEDIUM Medium { get; }
Network adapter NDIS medium (NdisMedium802_3, NdisMediumWirelessWan etc…).
public PhysicalAddress CurrentAddress { get; }
Network adapter current physical address.
public UInt16 Mtu { get; }
A maximum transmission unit (MTU). MTU – the largest frame size, specified in octets (eight-bit bytes) that can be sent through the network interface.
