Instance Property インスタンスプロパティ

allowsCellularAccess

A Boolean value that determines whether connections should be made over a cellular network. あるブール値、それは接続がセルラーネットワーク越しになされるべきかどうかを決定します。

Declaration 宣言

var allowsCellularAccess: Bool { get set }

Discussion 議論

This property controls whether tasks in sessions based on this session configuration are allowed to make connections over a cellular network. このプロパティは、このセッション構成設定に基づくセッションの中のタスクが、セルラーネットワーク越しに接続するのを許可されるかどうかを制御します。

The default value is true. 省略時の値は、trueです。

For more information, read Restrict Cellular Networking Correctly. さらなる情報は、Restrict Cellular Networking Correctlyを読んでください。

See Also 参照

Setting General Properties 一般プロパティを設定する