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

cellular

A Boolean value that indicates whether the connection operates over a cellular interface. あるブール値、それは接続がセルラーインターフェイス越しに作動するかどうかを指し示します。

Declaration 宣言

@property(readonly, getter=isCellular) BOOL cellular;

Discussion 議論

You permit or deny use of cellular interfaces with the allowsCellularAccess property on NSURLSessionConfiguration or allowsCellularAccess on NSMutableURLRequest. あなたは、セルラーインターフェイスの使用を、NSURLSessionConfiguration上のallowsCellularAccessプロパティまたはNSMutableURLRequest上のallowsCellularAccessで許可または拒否します。

See Also 参照

Accessing Transaction Characteristics トランザクション特徴にアクセスする