1 write to OutRedirects
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (1)
259OutRedirects = reader.GetNextValueAsInt64("Icmp6OutRedirects")
1 reference to OutRedirects
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIcmpV6Statistics.cs (1)
65public override long RedirectsSent { get { return _table.OutRedirects; } }