---
title: allowFailover
framework: network
role: symbol
role_heading: Instance Property
path: network/proxyconfiguration/allowfailover
---

# allowFailover

A Boolean that indicates whether or not a proxy configuration allows failover to non-proxied connections. Failover isn’t allowed by default.

## Declaration

```swift
var allowFailover: Bool { get set }
```

## See Also

### Customizing Proxy Behavior

- [applyCredential(username:password:)](network/proxyconfiguration/applycredential(username:password:).md)
