System.Net.NetworkInformation.LinuxIPv4InterfaceStatistics.Read C# (CSharp) Method

Read() private method

private Read ( string file ) : long
file string
return long
		long Read (string file)
		{
			try {
				return long.Parse (NetworkInterface.ReadLine (linux.IfacePath + file));
			} catch {
				return 0;
			}
		}
		
LinuxIPv4InterfaceStatistics