SharpPcap : SharpPcap Namespace

CaptureEventArgs Class

Capture event arguments

Syntax

public class CaptureEventArgs : EventArgs

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Members

See Also: Inherited members from EventArgs.

Public Constructors

Public Properties

[read-only]
Device ICaptureDevice . Device this EventArgs was generated for
[read-only]
Packet RawCapture . Packet that was captured

Member Details

CaptureEventArgs Constructor

Constructor

Syntax

public CaptureEventArgs (RawCapture packet, ICaptureDevice device)

Parameters

packet
A SharpPcap.RawCapture
device
A SharpPcap.ICaptureDevice

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Device Property

Device this EventArgs was generated for

Syntax

public ICaptureDevice Device { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Packet Property

Packet that was captured

Syntax

public RawCapture Packet { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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