Tagged Questions

0
votes
0answers
145 views

Loop Async Web Request (with Abort) for chunked file upload

I'm working on a project that uploads files over http. The files are broken into chunks. I need to have the option for the user to cancel the request. What's happening is that the request is being ...
0
votes
1answer
770 views

cancel stream request from WCF server to client

I posted about stream request here [wcf-chunk-data-with-stream]:http://stackoverflow.com/questions/853448/wcf-chunk-data-with-stream I solved that task but now when i close request in client part ...