---
title: "noProxiesPreferred(_:)"
framework: network
role: symbol
role_heading: Instance Method
path: "network/nwparametersprovider/noproxiespreferred(_:)"
---

# noProxiesPreferred(_:)

Prefer not using proxies when making connections.

## Declaration

```swift
func noProxiesPreferred(_ preferred: Bool) -> Self
```

## Discussion

Discussion Attempt connections without using proxies, only using any configured proxies if the connection cannot otherwise be completed.
