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