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