2 types derived from IPAddressInformation
System.Net.NetworkInformation (2)
artifacts\obj\System.Net.NetworkInformation\Debug\net10.0\System.Net.NetworkInformation.notsupported.cs (2)
352public abstract partial class MulticastIPAddressInformation : System.Net.NetworkInformation.IPAddressInformation 589public abstract partial class UnicastIPAddressInformation : System.Net.NetworkInformation.IPAddressInformation
10 references to IPAddressInformation
netstandard (1)
netstandard.cs (1)
1196[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPAddressInformation))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
685[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.IPAddressInformation))]
System.Net.NetworkInformation (8)
artifacts\obj\System.Net.NetworkInformation\Debug\net10.0\System.Net.NetworkInformation.notsupported.cs (8)
143public partial class IPAddressInformationCollection : System.Collections.Generic.ICollection<System.Net.NetworkInformation.IPAddressInformation>, System.Collections.Generic.IEnumerable<System.Net.NetworkInformation.IPAddressInformation>, System.Collections.IEnumerable 148public virtual System.Net.NetworkInformation.IPAddressInformation this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 149public virtual void Add(System.Net.NetworkInformation.IPAddressInformation address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 151public virtual bool Contains(System.Net.NetworkInformation.IPAddressInformation address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 152public virtual void CopyTo(System.Net.NetworkInformation.IPAddressInformation[] array, int offset) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 153public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.IPAddressInformation> GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 154public virtual bool Remove(System.Net.NetworkInformation.IPAddressInformation address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); }