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

netServiceWillResolve(_:)

Notifies the delegate that the network is ready to resolve the service. ネットワークがサービスを解決する準備ができたことを委任先に通知します。

Declaration 宣言

optional func netServiceWillResolve(_ sender: NetService)

Parameters パラメータ

sender

The service that the network is ready to resolve. 解決する準備ができたサービス。

Discussion 議論

Resolution of the service proceeds asynchronously and may still generate a call to the delegate’s netService(_:didNotResolve:) method if an error occurs. サービスの解決は、非同期に進みます、そしてエラーが発生するならば依然として委任先の持つnetService(_:didNotResolve:)メソッドへの呼び出しを生成するでしょう。

See Also 参照

Using Network Services ネットワークサービスを使う