SharpPcap : SharpPcap.WinPcap Namespace

StatisticsModeEventArgs Class

Event that contains statistics mode data NOTE: WinPcap only

Syntax

public class StatisticsModeEventArgs : SharpPcap.CaptureEventArgs

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Members

See Also: Inherited members from SharpPcap.CaptureEventArgs.

Public Constructors

Public Properties

[read-only]
Device SharpPcap.ICaptureDevice . Device this EventArgs was generated for (Inherited from SharpPcap.CaptureEventArgs.)
[read-only]
Packet SharpPcap.RawCapture . Packet that was captured (Inherited from SharpPcap.CaptureEventArgs.)
[read-only]
Statistics StatisticsModePacket . Statistics data for this event

Member Details

StatisticsModeEventArgs Constructor

Constructor for a statistics mode event

Syntax

public StatisticsModeEventArgs (SharpPcap.RawCapture packet, SharpPcap.LibPcap.PcapDevice device)

Parameters

packet
A SharpPcap.RawCapture
device
A SharpPcap.LibPcap.PcapDevice

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Statistics Property

Statistics data for this event

Syntax

public StatisticsModePacket Statistics { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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