3 references to MarshalIpAddressCollection
System (3)
net\System\Net\NetworkInformation\SystemIPInterfaceProperties.cs (3)
45
dnsAddresses = IpAdapterAddress.
MarshalIpAddressCollection
(ipAdapterAddresses.firstDnsServerAddress);
50
winsServersAddresses = IpAdapterAddress.
MarshalIpAddressCollection
(
53
IpAdapterAddress.
MarshalIpAddressCollection
(ipAdapterAddresses.firstGatewayAddress));