Home
last modified time | relevance | path

Searched refs:GatewayIPAddressInformationCollection (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DOsxIpInterfaceProperties.cs14 private readonly GatewayIPAddressInformationCollection _gatewayAddresses;
27 …public override GatewayIPAddressInformationCollection GatewayAddresses { get { return _gatewayAddr…
45 …private static unsafe GatewayIPAddressInformationCollection GetGatewayAddresses(int interfaceIndex) in GetGatewayAddresses()
63GatewayIPAddressInformationCollection collection = new GatewayIPAddressInformationCollection(); in GetGatewayAddresses()
H A DLinuxIPInterfaceProperties.cs12 private readonly GatewayIPAddressInformationCollection _gatewayAddresses;
33 …public override GatewayIPAddressInformationCollection GatewayAddresses { get { return _gatewayAddr…
51 public GatewayIPAddressInformationCollection GetGatewayAddresses() in GetGatewayAddresses()
55 return new GatewayIPAddressInformationCollection(innerCollection); in GetGatewayAddresses()
H A DSystemGatewayIPAddressInformation.cs26 …internal static GatewayIPAddressInformationCollection ToGatewayIpAddressInformationCollection(IPAd… in ToGatewayIpAddressInformationCollection()
28GatewayIPAddressInformationCollection gatewayList = new GatewayIPAddressInformationCollection(); in ToGatewayIpAddressInformationCollection()
H A DGatewayIPAddressInformationCollection.cs9 public class GatewayIPAddressInformationCollection : ICollection<GatewayIPAddressInformation> class
13 protected internal GatewayIPAddressInformationCollection() in GatewayIPAddressInformationCollection() method in System.Net.NetworkInformation.GatewayIPAddressInformationCollection
18 internal GatewayIPAddressInformationCollection(List<GatewayIPAddressInformation> addresses) in GatewayIPAddressInformationCollection() method in System.Net.NetworkInformation.GatewayIPAddressInformationCollection
H A DSystemIPInterfaceProperties.cs27 private readonly GatewayIPAddressInformationCollection _gatewayAddresses;
141 public override GatewayIPAddressInformationCollection GatewayAddresses
H A DIPInterfaceProperties.cs51 public abstract GatewayIPAddressInformationCollection GatewayAddresses { get; }
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/NetworkInformation/
H A DSystemGatewayIPAddressInformation.cs23 …internal static GatewayIPAddressInformationCollection ToGatewayIpAddressInformationCollection(IPAd… in ToGatewayIpAddressInformationCollection()
24GatewayIPAddressInformationCollection gatewayList = new GatewayIPAddressInformationCollection(); in ToGatewayIpAddressInformationCollection()
H A DGatewayIPAddressInformationCollection.cs5 public class GatewayIPAddressInformationCollection :ICollection<GatewayIPAddressInformation> class
9 protected internal GatewayIPAddressInformationCollection(){ in GatewayIPAddressInformationCollection() method in System.Net.NetworkInformation.GatewayIPAddressInformationCollection
H A DSystemIPInterfaceProperties.cs33 private GatewayIPAddressInformationCollection gatewayAddresses;
124 public override GatewayIPAddressInformationCollection GatewayAddresses{
H A DIPInterfaceProperties.cs32 public abstract GatewayIPAddressInformationCollection GatewayAddresses{get;}
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.NetworkInformation/
H A DIPInterfaceProperties.cs278 public override GatewayIPAddressInformationCollection GatewayAddresses {
303 public override GatewayIPAddressInformationCollection GatewayAddresses {
308 return new GatewayIPAddressInformationCollection ();
392 public override GatewayIPAddressInformationCollection GatewayAddresses {
394 var col = new GatewayIPAddressInformationCollection ();
409 static void AddSubsequently (IntPtr head, GatewayIPAddressInformationCollection col) in AddSubsequently()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/ref/
H A DSystem.Net.NetworkInformation.cs24 …public partial class GatewayIPAddressInformationCollection : System.Collections.Generic.ICollectio… class
26 protected internal GatewayIPAddressInformationCollection() { } in GatewayIPAddressInformationCollection() method in System.Net.NetworkInformation.GatewayIPAddressInformationCollection
183 …public abstract System.Net.NetworkInformation.GatewayIPAddressInformationCollection GatewayAddress…
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net.NetworkInformation/
H A DIPInterfacePropertiesTest.cs107 GatewayIPAddressInformationCollection gatewayAddresses = adapterProperties.GatewayAddresses; in AtLeastOneGatewayAddress()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.Net.NetworkInformation/
H A DTypeForwarders.cs29 …eForwardedToAttribute(typeof(System.Net.NetworkInformation.GatewayIPAddressInformationCollection))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/Facades/
H A DSystem.Net.NetworkInformation.cs20 …eForwardedToAttribute(typeof(System.Net.NetworkInformation.GatewayIPAddressInformationCollection))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/Facades/
H A DSystem.Net.NetworkInformation.cs20 …eForwardedToAttribute(typeof(System.Net.NetworkInformation.GatewayIPAddressInformationCollection))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/Facades/
H A DSystem.Net.NetworkInformation.cs20 …eForwardedToAttribute(typeof(System.Net.NetworkInformation.GatewayIPAddressInformationCollection))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A DSystem.Net.NetworkInformation.cs19 …eForwardedToAttribute(typeof(System.Net.NetworkInformation.GatewayIPAddressInformationCollection))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/Facades/
H A DSystem.Net.NetworkInformation.cs17 …eForwardedToAttribute(typeof(System.Net.NetworkInformation.GatewayIPAddressInformationCollection))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/Facades/
H A DSystem.Net.NetworkInformation.cs18 …eForwardedToAttribute(typeof(System.Net.NetworkInformation.GatewayIPAddressInformationCollection))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A DSystem.Net.NetworkInformation.cs19 …eForwardedToAttribute(typeof(System.Net.NetworkInformation.GatewayIPAddressInformationCollection))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/Facades/
H A DSystem.Net.NetworkInformation.cs19 …eForwardedToAttribute(typeof(System.Net.NetworkInformation.GatewayIPAddressInformationCollection))]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/
H A Dcommon.sources746 ../referencesource/System/net/System/Net/NetworkInformation/GatewayIPAddressInformationCollection.cs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs7206 …public partial class GatewayIPAddressInformationCollection : System.Collections.Generic.ICollectio… class
7208 protected internal GatewayIPAddressInformationCollection() { } in GatewayIPAddressInformationCollection() method in System.Net.NetworkInformation.GatewayIPAddressInformationCollection
7380 …public abstract System.Net.NetworkInformation.GatewayIPAddressInformationCollection GatewayAddress…
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs7281 …public partial class GatewayIPAddressInformationCollection : System.Collections.Generic.ICollectio… class
7283 protected internal GatewayIPAddressInformationCollection() { } in GatewayIPAddressInformationCollection() method in System.Net.NetworkInformation.GatewayIPAddressInformationCollection
7455 …public abstract System.Net.NetworkInformation.GatewayIPAddressInformationCollection GatewayAddress…

12