Home
last modified time | relevance | path

Searched refs:IPAddressInformation (Results 1 – 25 of 48) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/NetworkInformation/
H A DIPAddressInformationCollection.cs5 public class IPAddressInformationCollection :ICollection<IPAddressInformation>
7 Collection<IPAddressInformation> addresses = new Collection<IPAddressInformation>();
13 public virtual void CopyTo(IPAddressInformation[] array, int offset) { in CopyTo()
33 public virtual void Add(IPAddressInformation address) { in Add()
39 internal void InternalAdd(IPAddressInformation address) { in InternalAdd()
45 public virtual bool Contains(IPAddressInformation address) { in Contains()
53 public virtual IEnumerator<IPAddressInformation> GetEnumerator() { in GetEnumerator()
54 return (IEnumerator<IPAddressInformation>) addresses.GetEnumerator(); in GetEnumerator()
58 public virtual IPAddressInformation this[int index]
61 return (IPAddressInformation)addresses[index];
[all …]
H A DIPAddressInformation.cs8 public abstract class IPAddressInformation class
H A DMulticastIPAddressInformation.cs8 public abstract class MulticastIPAddressInformation : IPAddressInformation
H A DUnicastIPAddressInformation.cs8 public abstract class UnicastIPAddressInformation : IPAddressInformation
H A DSystemMulticastIPAddressInformation.cs95 foreach (IPAddressInformation addressInfo in addresses) { in ToMulticastIpAddressInformationCollection()
H A DSystemIPAddressInformation.cs21 internal class SystemIPAddressInformation:IPAddressInformation{
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DIPAddressInformationCollection.cs9 public class IPAddressInformationCollection : ICollection<IPAddressInformation>
11 private readonly List<IPAddressInformation> _addresses = new List<IPAddressInformation>();
17 public virtual void CopyTo(IPAddressInformation[] array, int offset) in CopyTo()
38 public virtual void Add(IPAddressInformation address) in Add()
43 internal void InternalAdd(IPAddressInformation address) in InternalAdd()
48 public virtual bool Contains(IPAddressInformation address) in Contains()
58 public virtual IEnumerator<IPAddressInformation> GetEnumerator() in GetEnumerator()
63 public virtual IPAddressInformation this[int index]
71 public virtual bool Remove(IPAddressInformation address) in Remove()
H A DIPAddressInformation.cs10 public abstract class IPAddressInformation class
H A DMulticastIPAddressInformation.cs10 public abstract class MulticastIPAddressInformation : IPAddressInformation
H A DUnicastIPAddressInformation.cs10 public abstract class UnicastIPAddressInformation : IPAddressInformation
H A DLinuxIPAddressInformation.cs7 internal class LinuxIPAddressInformation : IPAddressInformation
H A DSystemIPAddressInformation.cs9 internal class SystemIPAddressInformation : IPAddressInformation
H A DSystemMulticastIPAddressInformation.cs91 foreach (IPAddressInformation addressInfo in addresses) in ToMulticastIpAddressInformationCollection()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/ref/
H A DSystem.Net.NetworkInformation.cs104 public abstract partial class IPAddressInformation class
106 protected IPAddressInformation() { } in IPAddressInformation() method in System.Net.NetworkInformation.IPAddressInformation
111 ….NetworkInformation.IPAddressInformation>, System.Collections.Generic.IEnumerable<System.Net.Netwo…
116 …public virtual System.Net.NetworkInformation.IPAddressInformation this[int index] { get { throw nu…
117 public virtual void Add(System.Net.NetworkInformation.IPAddressInformation address) { } in Add()
119 …public virtual bool Contains(System.Net.NetworkInformation.IPAddressInformation address) { throw n… in Contains()
120 …public virtual void CopyTo(System.Net.NetworkInformation.IPAddressInformation[] array, int offset)… in CopyTo()
121 …tem.Collections.Generic.IEnumerator<System.Net.NetworkInformation.IPAddressInformation> GetEnumera… in GetEnumerator()
122 …public virtual bool Remove(System.Net.NetworkInformation.IPAddressInformation address) { throw nul… in Remove()
242 …ct partial class MulticastIPAddressInformation : System.Net.NetworkInformation.IPAddressInformation
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/tests/FunctionalTests/
H A DIPInterfacePropertiesTest_Windows.cs38 foreach (IPAddressInformation anyAddr in ipProperties.AnycastAddresses) in IPInfoTest_AccessAllProperties_NoErrors()
75 foreach (IPAddressInformation multi in ipProperties.MulticastAddresses) in IPInfoTest_AccessAllProperties_NoErrors()
H A DIPInterfacePropertiesTest_OSX.cs67 foreach (IPAddressInformation multi in ipProperties.MulticastAddresses) in IPInfoTest_AccessAllProperties_NoErrors()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.Net.NetworkInformation/
H A DTypeForwarders.cs32 …pilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.IPAddressInformation))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/Facades/
H A DSystem.Net.NetworkInformation.cs23 …pilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.IPAddressInformation))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/Facades/
H A DSystem.Net.NetworkInformation.cs23 …pilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.IPAddressInformation))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/Facades/
H A DSystem.Net.NetworkInformation.cs23 …pilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.IPAddressInformation))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A DSystem.Net.NetworkInformation.cs22 …pilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.IPAddressInformation))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/Facades/
H A DSystem.Net.NetworkInformation.cs20 …pilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.IPAddressInformation))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/Facades/
H A DSystem.Net.NetworkInformation.cs21 …pilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.IPAddressInformation))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A DSystem.Net.NetworkInformation.cs22 …pilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.IPAddressInformation))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/Facades/
H A DSystem.Net.NetworkInformation.cs22 …pilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.IPAddressInformation))]

12