You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -30,27 +30,6 @@ using System.Collections.Specialized;
|
||||
using System.Globalization;
|
||||
|
||||
namespace System.Net.NetworkInformation {
|
||||
public abstract class TcpStatistics {
|
||||
protected TcpStatistics ()
|
||||
{
|
||||
}
|
||||
|
||||
public abstract long ConnectionsAccepted { get; }
|
||||
public abstract long ConnectionsInitiated { get; }
|
||||
public abstract long CumulativeConnections { get; }
|
||||
public abstract long CurrentConnections { get; }
|
||||
public abstract long ErrorsReceived { get; }
|
||||
public abstract long FailedConnectionAttempts { get; }
|
||||
public abstract long MaximumConnections { get; }
|
||||
public abstract long MaximumTransmissionTimeout { get; }
|
||||
public abstract long MinimumTransmissionTimeout { get; }
|
||||
public abstract long ResetConnections { get; }
|
||||
public abstract long ResetsSent { get; }
|
||||
public abstract long SegmentsReceived { get; }
|
||||
public abstract long SegmentsResent { get; }
|
||||
public abstract long SegmentsSent { get; }
|
||||
}
|
||||
|
||||
class MibTcpStatistics : TcpStatistics
|
||||
{
|
||||
StringDictionary dic;
|
||||
|
||||
Reference in New Issue
Block a user