Tagged Questions
2
votes
2answers
4k views
WCF chunk data with stream
HI,
I neet to pass chunk data from WCF service to client. I have a table with 16 million records, and so, when the client requests data from that table i open a datareader to that table and serialize ...
0
votes
1answer
793 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 ...