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

isConstrained

A Boolean value that indicates whether the connection operates over an interface marked as constrained. あるブール値、それは制約されると印されるインターフェイス越しに接続が作動するかどうかを指し示します。

Declaration 宣言

var isConstrained: Bool { get }

Discussion 議論

A constrained interface is one the user marks as constrained by selecting “Low Data Mode” in the Settings app. You permit or deny use of constrained interfaces with the allowsConstrainedNetworkAccess property on URLSessionConfiguration or allowsConstrainedNetworkAccess on URLRequest. ある制約されるインターフェイスは、ユーザが “省データモード” を「設定」アプリにおいて選択することによって、制約されると印するものです。あなたは、制約されたインターフェイスの使用を、URLSessionConfiguration上のallowsConstrainedNetworkAccessプロパティまたはURLRequest上のallowsConstrainedNetworkAccessで許可または拒否します。

See Also 参照

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