WCF service: how to open and read from TCP/HTTP stream?

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2010-04-17T22:14:52Z Indexed on 2010/04/17 22:23 UTC
Read the original article Hit count: 135

Filed under:
|
|
|
|

So I need my WCF service to be capable of starting TCP stream on HTTP request (like sockets do) and be capable of reading if any one is sending TCP respons to it while reciving stream. I need my service to have acsessable to Internet browsers url like example.com/myTCPStreamingWCFService.svc?id=999 for reading from or riting to it.

How to do such thing?

© Stack Overflow or respective owner

Related posts about wcf

Related posts about tcp