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
@@ -31,35 +31,6 @@ using System.Globalization;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace System.Net.NetworkInformation {
|
||||
public abstract class IPGlobalStatistics {
|
||||
protected IPGlobalStatistics ()
|
||||
{
|
||||
}
|
||||
|
||||
public abstract int DefaultTtl { get; }
|
||||
public abstract bool ForwardingEnabled { get; }
|
||||
public abstract int NumberOfInterfaces { get; }
|
||||
public abstract int NumberOfIPAddresses { get; }
|
||||
public abstract int NumberOfRoutes { get; }
|
||||
public abstract long OutputPacketRequests { get; }
|
||||
public abstract long OutputPacketRoutingDiscards { get; }
|
||||
public abstract long OutputPacketsDiscarded { get; }
|
||||
public abstract long OutputPacketsWithNoRoute { get; }
|
||||
public abstract long PacketFragmentFailures { get; }
|
||||
public abstract long PacketReassembliesRequired { get; }
|
||||
public abstract long PacketReassemblyFailures { get; }
|
||||
public abstract long PacketReassemblyTimeout { get; }
|
||||
public abstract long PacketsFragmented { get; }
|
||||
public abstract long PacketsReassembled { get; }
|
||||
public abstract long ReceivedPackets { get; }
|
||||
public abstract long ReceivedPacketsDelivered { get; }
|
||||
public abstract long ReceivedPacketsDiscarded { get; }
|
||||
public abstract long ReceivedPacketsForwarded { get; }
|
||||
public abstract long ReceivedPacketsWithAddressErrors { get; }
|
||||
public abstract long ReceivedPacketsWithHeadersErrors { get; }
|
||||
public abstract long ReceivedPacketsWithUnknownProtocol { get; }
|
||||
}
|
||||
|
||||
class MibIPGlobalStatistics : IPGlobalStatistics
|
||||
{
|
||||
StringDictionary dic;
|
||||
|
||||
Reference in New Issue
Block a user