Enumeration 列挙

NSURLRequest.NetworkServiceType

Constants that specify how a request uses network resources. どのようにあるリクエストがネットワークリソースを使うかを指定する定数。

Declaration 宣言

enum NetworkServiceType : UInt, @unchecked Sendable

Overview 概要

The network service type provides a hint to the operating system about the nature and use of the underlying traffic. This hint enhances the system’s ability to prioritize traffic, determine how quickly it needs to wake up the cellular or Wi-Fi radio, and so on. By providing accurate information, you improve the ability of the system to optimally balance battery life, performance, and other considerations. ネットワークサービス型は、根底にあるトラフィックの種別と使用法について、あるヒントをオペレーティングシステムに提供します。このヒントは、トラフィクに優先順位をつける、どのくらい素早くそれはセルラーまたはWi-Fi無線を目覚めさせる必要があるか決定する、などのシステムのもつ能力を高めます。間違いのない情報を提供することによって、あなたはシステムの能力を改善して、バッテリーライフ、性能、そして他の考慮すべき事柄の最も望ましい均衡をとります。

Most connections should be made using the NSURLRequest.NetworkServiceType.default service type. ほとんどの接続は、NSURLRequest.NetworkServiceType.defaultサービス型を使ってなされるべきです。

Topics 話題

Network Service Types ネットワークサービス型

Relationships 関係

Conforms To 次に準拠

See Also 参照

Accessing the Service Type サービス型にアクセスする