2 types derived from IPAddressInformation
System.Net.NetworkInformation (2)
artifacts\obj\System.Net.NetworkInformation\Debug\net10.0\System.Net.NetworkInformation.notsupported.cs (2)
352
public abstract partial class MulticastIPAddressInformation : System.Net.NetworkInformation.
IPAddressInformation
589
public 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)
143
public partial class IPAddressInformationCollection : System.Collections.Generic.ICollection<System.Net.NetworkInformation.
IPAddressInformation
>, System.Collections.Generic.IEnumerable<System.Net.NetworkInformation.
IPAddressInformation
>, System.Collections.IEnumerable
148
public virtual System.Net.NetworkInformation.
IPAddressInformation
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } }
149
public virtual void Add(System.Net.NetworkInformation.
IPAddressInformation
address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); }
151
public virtual bool Contains(System.Net.NetworkInformation.
IPAddressInformation
address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); }
152
public virtual void CopyTo(System.Net.NetworkInformation.
IPAddressInformation
[] array, int offset) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); }
153
public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.
IPAddressInformation
> GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); }
154
public virtual bool Remove(System.Net.NetworkInformation.
IPAddressInformation
address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); }