Enumeration Case 列挙ケース

URLSessionConfiguration.MultipathServiceType.interactive

A service whereby Multipath TCP attempts to use the lowest-latency interface. マルチパスTCPが最低待ち時間インターフェイスを使うよう試みるところのあるサービス。

Declaration 宣言

case interactive = 2

Discussion 議論

Specify this option for latency-sensitive, low-volume connections that might use cellular data. You must also set the Multipath Entitlement in the Xcode Capabilities pane for your app. このオプションを、セルラーデータを使うかもしれない、待ち時間の影響を受けやすい、低容量の接続に対して指定してください。あなたはまた、Multipath EntitlementをXcode Capabilitiesペインにおいてあなたのアプリに対して設定しなければなりません。

See Also 参照

Service Types サービス型