RequestOperation

public class RequestOperation<R> : NetworkOperation<R> where R : Requestable

An NSOperation that executes the Requestable asynchronously.