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