1 write to _currentConnections
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxTcpStatistics.cs (1)
19
_currentConnections
= StringParsingHelpers.ParseNumSocketConnections(sockstatFile, protoName);
1 reference to _currentConnections
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxTcpStatistics.cs (1)
31
public override long CurrentConnections { get { return
_currentConnections
; } }