11 references to IpAdapterAddress
System (11)
net\System\Net\NetworkInformation\SystemIPInterfaceProperties.cs (5)
44IpAdapterAddress.MarshalIpAddressInformationCollection(ipAdapterAddresses.firstMulticastAddress)); 45dnsAddresses = IpAdapterAddress.MarshalIpAddressCollection(ipAdapterAddresses.firstDnsServerAddress); 46anycastAddresses = IpAdapterAddress.MarshalIpAddressInformationCollection( 50winsServersAddresses = IpAdapterAddress.MarshalIpAddressCollection( 53IpAdapterAddress.MarshalIpAddressCollection(ipAdapterAddresses.firstGatewayAddress));
net\System\Net\NetworkInformation\UnSafeNetInfoNativemethods.cs (6)
142IpAdapterAddress addressStructure = 143(IpAdapterAddress)Marshal.PtrToStructure(ptr, typeof(IpAdapterAddress)); 156IpAdapterAddress addressStructure = 157(IpAdapterAddress)Marshal.PtrToStructure(ptr, typeof(IpAdapterAddress));