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.