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

allowsCellularAccess

A Boolean value that indicates whether a connection can use the device’s cellular network (if present). あるブール値、それはある接続がデバイスのセルラーネットワークを使うことができるかどうかを指し示します(もし存在するならば)。

Declaration 宣言

var allowsCellularAccess: Bool { get set }

Discussion 議論

Setting this property to true (the default) makes the request eligible to run over cellular, subject to other considerations (including, but not limited to, the allowsCellularAccess property of the URLSessionConfiguration). Setting this value to false ensures that the request will never run over cellular. このプロパティをtrueに設定すること(初期状態)は、要請がセルラーを通る資格があるとします、他の考慮すべき事柄(URLSessionConfigurationallowsCellularAccessプロパティなど、しかしそれに限りません)を条件として。この値をfalseに設定することは、要請が決してセルラーを通らないことを確実にします。

See Also 参照

Controlling Request Behavior リクエスト挙動を制御する

Related Documentation 関連文書