Instance Property
allowsCellularAccess
A Boolean value that indicates whether the request is allowed to use the cellular radio (if present).
SDKs
- iOS 6.0+
- macOS 10.8+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Declaration
@property(readonly) BOOL allowsCellularAccess;
Discussion
YES
if the cellular radio can be used; NO
otherwise.
See Also
Controlling Request Behavior
HTTPShouldHandleCookies
A Boolean value that indicates whether the default cookie handling will be used for this request.
HTTPShouldUsePipelining
A Boolean value that indicates whether the request should continue transmitting data before receiving a response from an earlier transmission.
Related Documentation
allowsCellularAccess
A Boolean value that indicates whether a connection can use the device’s cellular network (if present).