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

allowsCellularAccess

A Boolean value indicating whether the request is allowed to use the built-in cellular radios to satisfy the request. リクエストは組み込みセルラー無線を使ってリクエストを履行することを許可されるかどうかを指し示しているブール値。

Declaration 宣言

var allowsCellularAccess: Bool { get set }

Discussion 議論

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

See Also 参照

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

Related Documentation 関連文書