defaultPath
The current default network path used for connections created by the provider.
Declaration
var defaultPath: NWPath? { get }Discussion
This NWPath object contains information about which physical network interface will be used by connections opened by the Network Extension provider. You can determine when this physical interface changes by observing this property using KVO.