---
title: default
framework: network
role: symbol
role_heading: Type Property
path: network/nwparameters/privacycontext/default
---

# default

The privacy context that applies to all connections that do not use a custom context.

## Declaration

```swift
static let `default`: NWParameters.PrivacyContext
```

## Discussion

Discussion You cannot disable logging on the default privacy context. Flushing the cache on the default privacy context will not affect other privacy contexts. Changing name resolution settings will only affect privacy contexts that did not already explicitly configure resolution requirements.

## See Also

### Configuring Custom Privacy Settings

- [init(description:)](network/nwparameters/privacycontext/init(description:).md)
- [disableLogging()](network/nwparameters/privacycontext/disablelogging().md)
- [flushCache()](network/nwparameters/privacycontext/flushcache().md)
