Instance Method インスタンスメソッド

bind(to:)

Binds a URL request to the network interface associated with the hotspot helper command instance. あるURLリクエストをホストポートヘルパーコマンドインスタンスと結び付けられるネットワークインターフェースに束縛します。

Declaration 宣言

func bind(to command: NEHotspotHelperCommand)

Parameters パラメータ

command

The hotspot helper command to bind the request to. それへと要請を束縛することになるホットスポットヘルパーコマンド。

Discussion 議論

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を使ってホットスポットと通信するようある要請に強制します。

See Also 参照

Related Documentation 関連文書