The properties of System.Net.NetworkInformation.NetworkInterface are listed below. For a list of all members, see the NetworkInterface Members list.
See Also: Inherited members from System.Object
[read-only] abstract | Description | string.
Gets the description of the interface. |
[read-only] abstract | Id | string.
Gets the identifier of the network adapter. |
[read-only] abstract | IsReceiveOnly | bool.
Gets a bool value that indicates whether the network interface is set to only receive data packets. |
[read-only] static | LoopbackInterfaceIndex | int.
Gets the index of the IPv4 loopback interface. |
[read-only] abstract | Name | string.
Gets the name of the network adapter. |
[read-only] abstract | NetworkInterfaceType | NetworkInterfaceType.
Gets the interface type. |
[read-only] abstract | OperationalStatus | OperationalStatus.
Gets the current operational state of the network connection. |
[read-only] abstract | Speed | long.
Gets the speed of the network interface. |
[read-only] abstract | SupportsMulticast | bool.
Gets a bool value that indicates whether the network interface is enabled to receive multicast packets. |