---
title: defaultPath
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/neprovider/defaultpath
---

# defaultPath

The current default network path used for connections created by the provider.

## Declaration

```swift
var defaultPath: NWPath? { get }
```

## Discussion

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.
