You've already forked linux-packaging-mono
Imported Upstream version 4.2.0.179
Former-commit-id: 0a113cb3a6feb7873f632839b1307cc6033cd595
This commit is contained in:
committed by
Jo Shields
parent
183bba2c9a
commit
6992685b86
@ -28,27 +28,6 @@
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
namespace System.Net.NetworkInformation {
|
||||
public abstract class IPv4InterfaceStatistics {
|
||||
protected IPv4InterfaceStatistics ()
|
||||
{
|
||||
}
|
||||
|
||||
public abstract long BytesReceived { get; }
|
||||
public abstract long BytesSent { get; }
|
||||
public abstract long IncomingPacketsDiscarded { get; }
|
||||
public abstract long IncomingPacketsWithErrors { get; }
|
||||
public abstract long IncomingUnknownProtocolPackets { get; }
|
||||
public abstract long NonUnicastPacketsReceived { get; }
|
||||
public abstract long NonUnicastPacketsSent { get; }
|
||||
public abstract long OutgoingPacketsDiscarded { get; }
|
||||
public abstract long OutgoingPacketsWithErrors { get; }
|
||||
|
||||
[MonoTODO("Not implemented for Linux")]
|
||||
public abstract long OutputQueueLength { get; }
|
||||
public abstract long UnicastPacketsReceived { get; }
|
||||
public abstract long UnicastPacketsSent { get; }
|
||||
}
|
||||
|
||||
class Win32IPv4InterfaceStatistics : IPv4InterfaceStatistics
|
||||
{
|
||||
Win32_MIB_IFROW info;
|
||||
|
Reference in New Issue
Block a user