We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MakeRequest would simply need a return value that had a reference to the httprequest and a cancel method that called abort on it.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
The MakeRequest method returns an IMvxAbortable, so I guess this should be closed, right?
MakeRequest
IMvxAbortable
You are right. Lets close this.
No branches or pull requests
MakeRequest would simply need a return value that had a reference to the httprequest and a cancel method that called abort on it.
The text was updated successfully, but these errors were encountered: