---
title: allowsCellularAccess
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsurlrequest/allowscellularaccess
---

# allowsCellularAccess

A Boolean value that indicates whether the request is allowed to use the cellular radio (if present).

## Declaration

```swift
var allowsCellularAccess: Bool { get }
```

## Discussion

Discussion true if the cellular radio can be used; false otherwise.

## See Also

### Related Documentation

- [allowsCellularAccess](foundation/nsmutableurlrequest/allowscellularaccess.md)

### Controlling request behavior

- [timeoutInterval](foundation/nsurlrequest/timeoutinterval.md)
- [httpShouldHandleCookies](foundation/nsurlrequest/httpshouldhandlecookies.md)
- [httpShouldUsePipelining](foundation/nsurlrequest/httpshouldusepipelining.md)
