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

expensive

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

Declaration 宣言

@property(readonly, getter=isExpensive) BOOL expensive;

Discussion 議論

An expensive interface is one which is more costly or consumes more power, such as 3G or LTE as compared to ethernet or Wi-Fi. You permit or deny use of expensive interfaces with the allowsExpensiveNetworkAccess property on NSURLSessionConfiguration or allowsExpensiveNetworkAccess on NSMutableURLRequest. 高くつくインターフェイスは、それがより高価であるまたはよりパワーを消費するものです、たとえばイーサネットまたはWi-Fiと比較したときの3GまたはLTEなど。あなたは、高くつくインターフェイスの使用を、NSURLSessionConfiguration上のallowsExpensiveNetworkAccessプロパティまたはNSMutableURLRequest上のallowsExpensiveNetworkAccessで許可または拒否します。

See Also 参照

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