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