Home
last modified time | relevance | path

Searched refs:ConnectionsAccepted (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DOsxTcpStatistics.cs27 _connectionsAccepted = (long)statistics.ConnectionsAccepted; in OsxTcpStatistics()
38 public override long ConnectionsAccepted { get { return _connectionsAccepted; } } property in System.Net.NetworkInformation.OsxTcpStatistics
H A DTcpStatistics.cs15 public abstract long ConnectionsAccepted { get; } property in System.Net.NetworkInformation.TcpStatistics
H A DSystemTcpStatistics.cs34 …public override long ConnectionsAccepted { get { return _stats.passiveOpens; } }// is this true? … property in System.Net.NetworkInformation.SystemTcpStatistics
H A DLinuxTcpStatistics.cs22 …public override long ConnectionsAccepted { get { throw new PlatformNotSupportedException(SR.net_In… property in System.Net.NetworkInformation.LinuxTcpStatistics
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.NetworkInformation/
H A DTcpStatistics.cs47 public override long ConnectionsAccepted { property in System.Net.NetworkInformation.MibTcpStatistics
101 public override long ConnectionsAccepted { property in System.Net.NetworkInformation.Win32TcpStatistics
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/NetworkInformation/
H A DTcpStatistics.cs12 public abstract long ConnectionsAccepted { get; } property in System.Net.NetworkInformation.TcpStatistics
H A DSystemTcpStatistics.cs29 …public override long ConnectionsAccepted{get {return stats.passiveOpens;}}// is this true? We sh… property in System.Net.NetworkInformation.SystemTcpStatistics
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/OSX/System.Native/
H A DInterop.ProtocolStatistics.cs14 public readonly ulong ConnectionsAccepted; field
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Native/
H A Dpal_networkstatistics.h18 uint64_t ConnectionsAccepted; member
H A Dpal_networkstatistics.c55 retStats->ConnectionsAccepted = systemStats.tcps_accepts; in SystemNative_GetTcpGlobalStatistics()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/ref/
H A DSystem.Net.NetworkInformation.cs430 public abstract long ConnectionsAccepted { get; } property in System.Net.NetworkInformation.TcpStatistics
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs7741 public abstract long ConnectionsAccepted { get; } property in System.Net.NetworkInformation.TcpStatistics
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs7817 public abstract long ConnectionsAccepted { get; } property in System.Net.NetworkInformation.TcpStatistics
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs7739 public abstract long ConnectionsAccepted { get; } property in System.Net.NetworkInformation.TcpStatistics
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs7813 public abstract long ConnectionsAccepted { get; } property in System.Net.NetworkInformation.TcpStatistics
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs10705 public abstract long ConnectionsAccepted { get; } property in System.Net.NetworkInformation.TcpStatistics
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs10357 public abstract long ConnectionsAccepted { get; } property in System.Net.NetworkInformation.TcpStatistics
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs10931 public abstract long ConnectionsAccepted { get; } property in System.Net.NetworkInformation.TcpStatistics
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs10963 public abstract long ConnectionsAccepted { get; } property in System.Net.NetworkInformation.TcpStatistics
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs10961 public abstract long ConnectionsAccepted { get; } property in System.Net.NetworkInformation.TcpStatistics
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs10931 public abstract long ConnectionsAccepted { get; } property in System.Net.NetworkInformation.TcpStatistics
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs10931 public abstract long ConnectionsAccepted { get; } property in System.Net.NetworkInformation.TcpStatistics
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs10921 public abstract long ConnectionsAccepted { get; } property in System.Net.NetworkInformation.TcpStatistics
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs11220 public abstract long ConnectionsAccepted { get; } property in System.Net.NetworkInformation.TcpStatistics
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs10963 public abstract long ConnectionsAccepted { get; } property in System.Net.NetworkInformation.TcpStatistics

12