NWPathMonitor Constructors

Definition

Overloads

NWPathMonitor()
NWPathMonitor(NWInterfaceType)
NWPathMonitor(IntPtr, Boolean)

NWPathMonitor()

public NWPathMonitor ();

Applies to

NWPathMonitor(NWInterfaceType)

public NWPathMonitor (Network.NWInterfaceType interfaceType);
new Network.NWPathMonitor : Network.NWInterfaceType -> Network.NWPathMonitor

Parameters

interfaceType
NWInterfaceType

Applies to

NWPathMonitor(IntPtr, Boolean)

public NWPathMonitor (IntPtr handle, bool owns);
new Network.NWPathMonitor : nativeint * bool -> Network.NWPathMonitor

Parameters

handle
IntPtr

nativeint

owns
Boolean

Applies to