TCHCancellationToken Class Reference

Inherits from NSObject
Declared in TCHCancellationToken.h

Overview

The interface to cancel a network request.

– cancel

Cancel the network request.

- (void)cancel

Discussion

Cancel the network request.

The request could be already transmitted to the backend or could be not. In case when it has been already transmitted cancellation doesn’t rollback any actions made by the request, just ignores the response.

Declared In

TCHCancellationToken.h