5 references to MarshalIPAddress
System (5)
net\System\Net\NetworkInformation\SystemIPInterfaceProperties.cs (2)
57dhcpServers.InternalAdd(ipAdapterAddresses.dhcpv4Server.MarshalIPAddress()); 59dhcpServers.InternalAdd(ipAdapterAddresses.dhcpv6Server.MarshalIPAddress());
net\System\Net\NetworkInformation\SystemUnicastIPAddressInformation.cs (1)
28IPAddress ipAddress = adapterAddress.address.MarshalIPAddress();
net\System\Net\NetworkInformation\UnSafeNetInfoNativemethods.cs (2)
144IPAddress address = addressStructure.address.MarshalIPAddress(); 158IPAddress address = addressStructure.address.MarshalIPAddress();