1 instantiation of LinuxNetworkInterfaceSystemProperties
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxNetworkInterface.cs (1)
74var 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)
66internal LinuxNetworkInterface(string name, int index, LinuxNetworkInterfaceSystemProperties systemProperties) : base(name) 74var systemProperties = new LinuxNetworkInterfaceSystemProperties();