1

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 2

1

Depending on the complexity of the calls, you could just use HttpWebRequest.

Sign up to request clarification or add additional context in comments.

Comments

1

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.