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

allowsCellularAccess

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

Declaration 宣言

@property BOOL allowsCellularAccess;

Discussion 議論

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

See Also 参照

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

Related Documentation 関連文書