1 instantiation of IPAddressInformationCollection
System (1)
net\System\Net\NetworkInformation\UnSafeNetInfoNativemethods.cs (1)
153IPAddressInformationCollection addressList = new IPAddressInformationCollection();
6 references to IPAddressInformationCollection
System (6)
net\System\Net\NetworkInformation\IPInterfaceProperties.cs (1)
26public abstract IPAddressInformationCollection AnycastAddresses{get;}
net\System\Net\NetworkInformation\SystemIPInterfaceProperties.cs (2)
27private IPAddressInformationCollection anycastAddresses = null; 96public override IPAddressInformationCollection AnycastAddresses{
net\System\Net\NetworkInformation\SystemMulticastIPAddressInformation.cs (1)
93internal static MulticastIPAddressInformationCollection ToMulticastIpAddressInformationCollection(IPAddressInformationCollection addresses) {
net\System\Net\NetworkInformation\UnSafeNetInfoNativemethods.cs (2)
152internal static IPAddressInformationCollection MarshalIpAddressInformationCollection(IntPtr ptr) { 153IPAddressInformationCollection addressList = new IPAddressInformationCollection();