3 references to PhysicalAddress
System (3)
net\System\Net\NetworkInformation\PhysicalAddress.cs (2)
16public static readonly PhysicalAddress None = new PhysicalAddress(new byte[0]); 164return new PhysicalAddress(buffer);
net\System\Net\NetworkInformation\SystemNetworkInterface.cs (1)
165return new PhysicalAddress(newAddr);