In an Azure-based web application, I want a client to be able to send a TCP packet to port 293 on my server and, in response, my web app should open up a socket for the client (and be able to send TCP back).
Does it work the same in Azure as it does in any C# server? Does the socket C# file go inside a web role or worker role? What classes can/should I use?
All help is appreciated!
http://stackoverflow.com/questions/10569138/azure-c-sharp-server-socket-programming
















































