1 instantiation of LinuxNetworkInterfaceSystemProperties
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxNetworkInterface.cs (1)
75var systemProperties = new LinuxNetworkInterfaceSystemProperties();
4 references to LinuxNetworkInterfaceSystemProperties
System.Net.NetworkInformation (4)
System\Net\NetworkInformation\LinuxIPInterfaceProperties.cs (2)
19public LinuxIPInterfaceProperties(LinuxNetworkInterface lni, LinuxNetworkInterface.LinuxNetworkInterfaceSystemProperties systemProperties) 56public GatewayIPAddressInformationCollection GetGatewayAddresses(LinuxNetworkInterface.LinuxNetworkInterfaceSystemProperties systemProperties)
System\Net\NetworkInformation\LinuxNetworkInterface.cs (2)
67internal LinuxNetworkInterface(string name, int index, LinuxNetworkInterfaceSystemProperties systemProperties) : base(name) 75var systemProperties = new LinuxNetworkInterfaceSystemProperties();