1 write to _linuxNetworkInterface
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPv4InterfaceProperties.cs (1)
17
_linuxNetworkInterface
= linuxNetworkInterface;
3 references to _linuxNetworkInterface
System.Net.NetworkInformation (3)
System\Net\NetworkInformation\LinuxIPv4InterfaceProperties.cs (3)
32
public override int Mtu { get { return
_linuxNetworkInterface
._mtu; } }
34
public override bool UsesWins { get { return
_linuxNetworkInterface
.GetIPProperties().WinsServersAddresses.Count > 0; } }
41
Path.Join(NetworkFiles.Ipv4ConfigFolder,
_linuxNetworkInterface
.Name, NetworkFiles.ForwardingFileName),