Capture event arguments
See Also: Inherited members from EventArgs.
|
Constructor |
[read-only] | Device | ICaptureDevice . Device this EventArgs was generated for |
[read-only] | Packet | RawCapture . Packet that was captured |
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 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 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