1 write to InRedirects
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (1)
245InRedirects = reader.GetNextValueAsInt64("Icmp6InRedirects"),
1 reference to InRedirects
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIcmpV6Statistics.cs (1)
63public override long RedirectsReceived { get { return _table.InRedirects; } }