Table of Contents

Class CaptureAvailabilityChecker

Namespace
Fluxzy.Core.Pcap
Assembly
Fluxzy.Core.Pcap.dll

A capture check using Pcap instance

public class CaptureAvailabilityChecker : ICaptureAvailabilityChecker
Inheritance
CaptureAvailabilityChecker
Implements
Inherited Members

Properties

Instance

Retrieve the current instance

public static CaptureAvailabilityChecker Instance { get; }

Property Value

CaptureAvailabilityChecker

IsAvailable

True if raw capture can be enable

public bool IsAvailable { get; }

Property Value

bool