Click or drag to resize
NetworkInterfaceInformation Properties
This API is preliminary and subject to change.

The NetworkInterfaceInformation type exposes the following members.

Properties
  NameDescription
Public propertyBroadcast
Gets the broadcast address of the network.
Public propertyExtensionData
Gets a map of object properties which did not map to another field or property during JSON deserialization. The keys of the map represent the property names, and the values are JToken instances containing the parsed JSON values.
(Inherited from ExtensibleJsonObject.)
Public propertyFlags
Gets the operating system-specific interface flags.
Public propertyIPAddress
Gets the IP V4 address of the network interface.
Public propertyIPAddressV6
Gets the IP V6 address of the network interface.
Public propertyMaximumTransmissionUnit
Gets the Ethernet maximum transmission unit (MTU).
Public propertyName
Gets the name of the network interface.
Public propertyNetworkMask
Gets the network mask as a string.
Public propertyPhysicalAddress
Gets the physical address of the network interface.
Public propertyReceiveBytes
Gets the total number of bytes received.
Public propertyReceiveDropped
Gets the total number of dropped packets received.
Public propertyReceiveErrors
Gets the total number of receive errors.
Public propertyReceiveInvalidFrames
Gets the total number of errors caused by malformed frames.
Public propertyReceiveOverruns
Gets the total number of receive buffer overruns.
Public propertyReceivePackets
Gets the total number of packets received.
Public propertyTransmitBytes
Gets the total number of bytes sent.
Public propertyTransmitCarrierErrors
Gets the total number of carrier errors (usually cable disconnects).
Public propertyTransmitCollisions
Gets the total number of packet collisions on transmit.
Public propertyTransmitDropped
Gets the total number of dropped transmit packets.
Public propertyTransmitErrors
Gets the total number of transmit errors.
Public propertyTransmitOverruns
Gets the total number of transmit buffer overruns.
Public propertyTransmitPackets
Gets the total number of packets sent.
Public propertyType
Gets the interface type (e.g. Ethernet, Local Loopback, etc.).
Top
See Also