-5

I'm using C# to develop my application for exercises!

I want to use 1 server and 2 clients that connect to the server!

For ex

client 1: connect and send a string to the server - server recive that string and  say reply
client 2: work as client 1

i want its using RPC

// sr about my English, i'm a vietnamese

HideTran
  • 13
  • 1
  • 2
  • 9
  • RPC is a too broad term. Take a look at the [TcpClient](http://msdn.microsoft.com/en-us/library/system.net.sockets.tcpclient.aspx) (if it's the exercise you're looking for) or [WCF](http://stackoverflow.com/questions/2878447/tutorial-simple-wcf-xml-rpc-client) (which is a little easier to start on). – CodeCaster May 07 '12 at 16:43
  • We do not do your homework for you. – SynerCoder May 07 '12 at 16:56