Search code examples
c#wcfweb-servicestcpwcf-binding

Is it possible to send TCP message using Webservices Asp.net or need WCF


I need to develop a WebSevice which takes its input and forwards this input using TCP.

Is it possible for Asp.net Webservices ? Or Should I use WCF etc..

I have to know if it is possible to create a web service that should be like a bridge between the two: it waits for an incoming request, forwards it to the required TCP port.

Simple samples are always welcome :)


Solution

  • I used the sample project and it worked.