3 instantiations of 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);
7 references to PhysicalAddress
System (7)
net\System\Net\NetworkInformation\NetworkInterface.cs (1)
70public virtual PhysicalAddress GetPhysicalAddress() {
net\System\Net\NetworkInformation\PhysicalAddress.cs (5)
16public static readonly PhysicalAddress None = new PhysicalAddress(new byte[0]); 53PhysicalAddress address = comparand as PhysicalAddress; 96public static PhysicalAddress Parse(string address) { 103return PhysicalAddress.None;
net\System\Net\NetworkInformation\SystemNetworkInterface.cs (1)
162public override PhysicalAddress GetPhysicalAddress(){