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

isCellular

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

Declaration 宣言

var isCellular: Bool { get }

Discussion 議論

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

See Also 参照

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