Network Extension
Customize and extend core networking features.
中核ネットワーク機能をカスタマイズおよび拡張します。
Availability 有効性
Technology
func bind(to command: NEHotspotHelperCommand
)
command
The hotspot helper command to bind the request to. それへと要請を束縛することになるホットスポットヘルパーコマンド。
Apps that participate in joining Wi-Fi hotspot networks use the APIs in the Network Extension framework to authenticate with hotspots. Ordinarily, URLSession
will use the default interface, which may be WWAN. By binding to a hotspot helper command, you force a request to use Wi-Fi to communicate with the hotspot.
Wi-Fiホットスポットネットワークに接続するのに関与するアプリは、Network ExtensionフレームワークでのAPIをホットスポットで認証するのに使います通常、URLSession
は省略時のインターフェイスを使います、それはWWANであるかもしれません。ホットスポットヘルパーコマンドに束縛することによって、あなたはWi-Fiを使ってホットスポットと通信するようある要請に強制します。