System.Net.NetworkInformation.PhysicalAddress Class

Provides the Media Access Control (MAC) address for a network interface (adapter).

See Also: PhysicalAddress Members

Syntax

public class PhysicalAddress

Remarks

The MAC address, or physical address, is a hardware address that uniquely identifies each node, such as a computer or printer, on a network.

Instances of this class are returned by the NetworkInterface.GetPhysicalAddress method.

Requirements

Namespace: System.Net.NetworkInformation
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0