RBNetworkRequestOperationDelegate Protocol Reference

Conforms to NSObject
Declared in RBNetworkRequestOperation.h

Overview

A delegate to be notified of the conclusion of a network request operation.

– networkRequestOperation:hasResponse:forRequest:networkOperationIsDone: required method

Called to notify that the given request operation has concluded (completion or cancellation).

- (void)networkRequestOperation:(nonnull RBNetworkRequestOperation *)networkRequestOperation hasResponse:(nonnull RBNetworkResponse *)response forRequest:(nonnull NSURLRequest *)request networkOperationIsDone:(BOOL)networkOperationIsDone

Parameters

networkRequestOperation

The network request operation object.

response

The response object.

request

The request object.

networkOperationIsDone

Whether or not the underlying network operation is done.

Discussion

Called to notify that the given request operation has concluded (completion or cancellation).

Declared In

RBNetworkRequestOperation.h