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