2 writes to Forwarding
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\LinuxIPGlobalStatistics.cs (1)
39_table.Forwarding = StringParsingHelpers.ParseRawIntFile(forwardingConfigFile) == 1;
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (1)
278Forwarding = parser.MoveAndExtractNext() == "1",
1 reference to Forwarding
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPGlobalStatistics.cs (1)
50public override bool ForwardingEnabled { get { return _table.Forwarding; } }