I would like to send commands to a server from a client application without have to create my own protocol or message structure. I am mainly wondering what options I have besides WCF. Does anyone have any suggestions?
2 Answers
you could use TCPClient and TCPListener
http://msdn.microsoft.com/en-us/library/system.net.sockets.tcpclient.aspx
http://msdn.microsoft.com/en-us/library/system.net.sockets.tcplistener.aspx