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

constrained

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

Declaration 宣言

@property(readonly, getter=isConstrained) BOOL constrained;

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 NSURLSessionConfiguration or allowsConstrainedNetworkAccess on NSMutableURLRequest. ある制約されるインターフェイスは、ユーザが “省データモード” を「設定」アプリにおいて選択することによって、制約されると印するものです。あなたは、制約されたインターフェイスの使用を、NSURLSessionConfiguration上のallowsConstrainedNetworkAccessプロパティまたはNSMutableURLRequest上のallowsConstrainedNetworkAccessで許可または拒否します。

See Also 参照

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