9 references to IpAdapterAddresses
System (9)
net\System\Net\Internal.cs (3)
230
IpAdapterAddresses
adapterAddresses = (
IpAdapterAddresses
)Marshal.PtrToStructure(
231
nextAdapter, typeof(
IpAdapterAddresses
));
net\System\Net\NetworkInformation\SystemIPInterfaceProperties.cs (1)
37
internal SystemIPInterfaceProperties(FixedInfo fixedInfo,
IpAdapterAddresses
ipAdapterAddresses) {
net\System\Net\NetworkInformation\SystemIPv4InterfaceProperties.cs (1)
24
internal SystemIPv4InterfaceProperties(FixedInfo fixedInfo,
IpAdapterAddresses
ipAdapterAddresses) {
net\System\Net\NetworkInformation\SystemNetworkInterface.cs (4)
105
IpAdapterAddresses
adapterAddresses =
106
(
IpAdapterAddresses
)Marshal.PtrToStructure(ptr, typeof(
IpAdapterAddresses
));
135
internal SystemNetworkInterface(FixedInfo fixedInfo,
IpAdapterAddresses
ipAdapterAddresses) {