Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network plugin rest client could support aborting the request #569

Closed
dalewking opened this issue Feb 1, 2014 · 3 comments
Closed

Network plugin rest client could support aborting the request #569

dalewking opened this issue Feb 1, 2014 · 3 comments
Labels
t/feature Feature request type
Milestone

Comments

@dalewking
Copy link

MakeRequest would simply need a return value that had a reference to the httprequest and a cancel method that called abort on it.

@slodge
Copy link
Contributor

slodge commented Feb 2, 2014

Thanks

Marked as feature request. Also changed from "should" to "could"

Looks like this is available in PCL - http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest.abort(v=vs.110).aspx - so should be possible to do (there's (no mention of phone on that MSDN page but I assume that's just MSDN's latest formatting).

If we do extend the plugin we should also update the document for this in the wiki - https://github.com/MvvmCross/MvvmCross/wiki/MvvmCross-plugins#wiki-network

Stuart

@heytherewill
Copy link
Contributor

The MakeRequest method returns an IMvxAbortable, so I guess this should be closed, right?

@Cheesebaron
Copy link
Member

You are right. Lets close this.

@martijn00 martijn00 added this to the 5.0.0 milestone May 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t/feature Feature request type
Development

No branches or pull requests

5 participants