Share via


NWPath.EnumerateInterfaces Method

Definition

Overloads

EnumerateInterfaces(Action<NWInterface>)

Caution

Use the overload that takes a 'Func<NWInterface, bool>' instead.

[System.Obsolete("Use the overload that takes a 'Func<NWInterface, bool>' instead.")]
public void EnumerateInterfaces(Action<Network.NWInterface> callback);
[<System.Obsolete("Use the overload that takes a 'Func<NWInterface, bool>' instead.")>]
member this.EnumerateInterfaces : Action<Network.NWInterface> -> unit

Parameters

callback
Action<NWInterface>
Attributes

Applies to

EnumerateInterfaces(Func<NWInterface,Boolean>)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)]
public void EnumerateInterfaces(Func<Network.NWInterface,bool> callback);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.EnumerateInterfaces : Func<Network.NWInterface, bool> -> unit

Parameters

Attributes

Applies to