Hi,
I am a new programmer. I want to develop a console application which should be capable of taking input from the TCP Port and show the received input
on command line. I have a server PC with Static IP.
Can be any body please help me out developing this program using C#. or please give me some sample program to understand the flow.
Thank you.
Abdur RafayPosted May 6, 2015, 1:17 AM
Abdur RafayPosted May 6, 2015, 1:08 AM
I am pasting my server code. it is just accepting and receiving data from one client and keep connected to that only client. I want to receive data from different client after one another.
Below is my server code. Please help me.
Server Code:
Dipankar BiswasPosted May 4, 2015, 5:24 AM
I don't no clearly.. but try to change here
s.close();
myList.stop();
Thanks..
Abdur RafayPosted May 4, 2015, 12:16 AM
Dipankar BiswasPosted May 2, 2015, 1:24 AM
Check this links... https://msdn.microsoft.com/en-us/library/0wc2kk78(v=vs.90).aspx
http://www.codeproject.com/Articles/1415/Introduction-to-TCP-client-server-in-C
Thanks...