Network Operation

URLSessionTaskOperation is a network operation which composes a NSURLSessionTask.

The operation will call resume on the session task when it is executed. It will also observe for when the session task is completed to finish the operation.

Note here that the session task must already have its own delegate or callbacks correctly configured.