1 instantiation of GatewayIPAddressInformationCollection
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPInterfaceProperties.cs (1)
70return new GatewayIPAddressInformationCollection(collection);
6 references to GatewayIPAddressInformationCollection
netstandard (1)
netstandard.cs (1)
1192[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.GatewayIPAddressInformationCollection))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
681[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.GatewayIPAddressInformationCollection))]
System.Net.NetworkInformation (4)
System\Net\NetworkInformation\IPInterfaceProperties.cs (1)
62public abstract GatewayIPAddressInformationCollection GatewayAddresses { get; }
System\Net\NetworkInformation\LinuxIPInterfaceProperties.cs (3)
13private readonly GatewayIPAddressInformationCollection _gatewayAddresses; 38public override GatewayIPAddressInformationCollection GatewayAddresses { get { return _gatewayAddresses; } } 56public GatewayIPAddressInformationCollection GetGatewayAddresses(LinuxNetworkInterface.LinuxNetworkInterfaceSystemProperties systemProperties)