Contents

kCFStreamPropertyAllowConstrainedNetworkAccess

A Boolean value that indicates whether connections may use the network when the user has specified Low Data Mode.

Declaration

let kCFStreamPropertyAllowConstrainedNetworkAccess: CFString

Discussion

The default value is kCFBooleanTrue and allows the use of constrained interfaces. Set this property to kCFBooleanFalse to disallow the use of constrained interfaces. For more information about constrained interfaces, see allowsConstrainedNetworkAccess.

See Also

Constants