SharpPcap : SharpPcap.LibPcap Namespace

PcapStatistics Class

Adapter statistics, received, dropped packet counts etc

Syntax

public class PcapStatistics : SharpPcap.ICaptureStatistics

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.LibPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

Members

See Also: Inherited members from object.

Public Properties

DroppedPackets uint . Documentation for this section has not yet been entered.
InterfaceDroppedPackets uint . Documentation for this section has not yet been entered.
ReceivedPackets uint . Documentation for this section has not yet been entered.

Public Methods

override
ToString () : string
ToString override

Member Details

DroppedPackets Property

Documentation for this section has not yet been entered.

Syntax

public uint DroppedPackets { get; set; }

Value

Number of packets dropped

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.LibPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

InterfaceDroppedPackets Property

Documentation for this section has not yet been entered.

Syntax

public uint InterfaceDroppedPackets { get; set; }

Value

Number of interface dropped packets

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.LibPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

ReceivedPackets Property

Documentation for this section has not yet been entered.

Syntax

public uint ReceivedPackets { get; set; }

Value

Number of packets received

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.LibPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

ToString Method

ToString override

Syntax

public override string ToString ()

Returns

A string

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.LibPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0