stream - WCF IEnumerable - Streamed Transport Net Tcp -
i need streaming large content wcf , deferred execution (using nettcpbinding), in other words, return list of person (can anything) database through wcf service without consume memory in server side.
i have tried solution in post: streaming large content wcf , deferred execution
using basichttpbinding works charm, when using nettcpbinding....well...not working.
can me this??
tks!
project here: wcf streaming ienumerable
here guidance on transferring large data streaming.
http://msdn.microsoft.com/en-us/library/ms733742.aspx
at bottom of page link samples, 1 of shows using tcp.
http://msdn.microsoft.com/en-us/library/ms789010.aspx
if doesn't help, perhaps provide more detail on how failing (error message)?
Comments
Post a Comment