Terminate a network call

Is there any way using which we can terminate an ongoing network call? For eg. we are showing some images after downloading from remote server. The images are downloaded sequentially and shown one after the other.

The user in this case needs to be able to control the image download process and terminate the download process to kick off another process /event.

Please advise if there could be anything like this. Your response is highly appreciated.

If you’re retrieving the images via the roUrlTransfer async methods, then you can AsyncCancel() to terminate the request.