/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/ |
H A D | OsxIpInterfaceProperties.cs | 14 private readonly GatewayIPAddressInformationCollection _gatewayAddresses; 27 …public override GatewayIPAddressInformationCollection GatewayAddresses { get { return _gatewayAddr… 45 …private static unsafe GatewayIPAddressInformationCollection GetGatewayAddresses(int interfaceIndex) in GetGatewayAddresses() 63 … GatewayIPAddressInformationCollection collection = new GatewayIPAddressInformationCollection(); in GetGatewayAddresses()
|
H A D | LinuxIPInterfaceProperties.cs | 12 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 D | SystemGatewayIPAddressInformation.cs | 26 …internal static GatewayIPAddressInformationCollection ToGatewayIpAddressInformationCollection(IPAd… in ToGatewayIpAddressInformationCollection() 28 … GatewayIPAddressInformationCollection gatewayList = new GatewayIPAddressInformationCollection(); in ToGatewayIpAddressInformationCollection()
|
H A D | GatewayIPAddressInformationCollection.cs | 9 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 D | SystemIPInterfaceProperties.cs | 27 private readonly GatewayIPAddressInformationCollection _gatewayAddresses; 141 public override GatewayIPAddressInformationCollection GatewayAddresses
|
H A D | IPInterfaceProperties.cs | 51 public abstract GatewayIPAddressInformationCollection GatewayAddresses { get; }
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/NetworkInformation/ |
H A D | SystemGatewayIPAddressInformation.cs | 23 …internal static GatewayIPAddressInformationCollection ToGatewayIpAddressInformationCollection(IPAd… in ToGatewayIpAddressInformationCollection() 24 … GatewayIPAddressInformationCollection gatewayList = new GatewayIPAddressInformationCollection(); in ToGatewayIpAddressInformationCollection()
|
H A D | GatewayIPAddressInformationCollection.cs | 5 public class GatewayIPAddressInformationCollection :ICollection<GatewayIPAddressInformation> class 9 protected internal GatewayIPAddressInformationCollection(){ in GatewayIPAddressInformationCollection() method in System.Net.NetworkInformation.GatewayIPAddressInformationCollection
|
H A D | SystemIPInterfaceProperties.cs | 33 private GatewayIPAddressInformationCollection gatewayAddresses; 124 public override GatewayIPAddressInformationCollection GatewayAddresses{
|
H A D | IPInterfaceProperties.cs | 32 public abstract GatewayIPAddressInformationCollection GatewayAddresses{get;}
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.NetworkInformation/ |
H A D | IPInterfaceProperties.cs | 278 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 D | System.Net.NetworkInformation.cs | 24 …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 D | IPInterfacePropertiesTest.cs | 107 GatewayIPAddressInformationCollection gatewayAddresses = adapterProperties.GatewayAddresses; in AtLeastOneGatewayAddress()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.Net.NetworkInformation/ |
H A D | TypeForwarders.cs | 29 …eForwardedToAttribute(typeof(System.Net.NetworkInformation.GatewayIPAddressInformationCollection))]
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/Facades/ |
H A D | System.Net.NetworkInformation.cs | 20 …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 D | System.Net.NetworkInformation.cs | 20 …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 D | System.Net.NetworkInformation.cs | 20 …eForwardedToAttribute(typeof(System.Net.NetworkInformation.GatewayIPAddressInformationCollection))]
|
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/ |
H A D | System.Net.NetworkInformation.cs | 19 …eForwardedToAttribute(typeof(System.Net.NetworkInformation.GatewayIPAddressInformationCollection))]
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/Facades/ |
H A D | System.Net.NetworkInformation.cs | 17 …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 D | System.Net.NetworkInformation.cs | 18 …eForwardedToAttribute(typeof(System.Net.NetworkInformation.GatewayIPAddressInformationCollection))]
|
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/ |
H A D | System.Net.NetworkInformation.cs | 19 …eForwardedToAttribute(typeof(System.Net.NetworkInformation.GatewayIPAddressInformationCollection))]
|
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/Facades/ |
H A D | System.Net.NetworkInformation.cs | 19 …eForwardedToAttribute(typeof(System.Net.NetworkInformation.GatewayIPAddressInformationCollection))]
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ |
H A D | common.sources | 746 ../referencesource/System/net/System/Net/NetworkInformation/GatewayIPAddressInformationCollection.cs
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/ |
H A D | System.cs | 7206 …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 D | System.cs | 7281 …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…
|