2 instantiations of SystemIPAddressInformation
System (2)
net\System\Net\NetworkInformation\SystemUnicastIPAddressInformation.cs (1)
29
this.innerInfo = new
SystemIPAddressInformation
(ipAddress, adapterAddress.flags);
net\System\Net\NetworkInformation\UnSafeNetInfoNativemethods.cs (1)
159
addressList.InternalAdd(new
SystemIPAddressInformation
(address, addressStructure.flags));
4 references to SystemIPAddressInformation
System (4)
net\System\Net\NetworkInformation\SystemMulticastIPAddressInformation.cs (3)
15
private
SystemIPAddressInformation
innerInfo;
20
public SystemMulticastIPAddressInformation(
SystemIPAddressInformation
addressInfo) {
96
multicastList.InternalAdd(new SystemMulticastIPAddressInformation((
SystemIPAddressInformation
)addressInfo));
net\System\Net\NetworkInformation\SystemUnicastIPAddressInformation.cs (1)
18
private
SystemIPAddressInformation
innerInfo;