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