Basic Server
-
Hi guys Can anyone show me where there are any tutorials on making a basic server in C#. Something that will run on port X and other computers in that network will be able to contact to the server and the server send a response (plain text). Thanks guys
-
Hi guys Can anyone show me where there are any tutorials on making a basic server in C#. Something that will run on port X and other computers in that network will be able to contact to the server and the server send a response (plain text). Thanks guys
Check out the following links, Socket Programming in C# Socket Programming in C# An Introduction to Socket Programming in .NET using C# Hope this will help :-D
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you. View My Latest Article
-
Check out the following links, Socket Programming in C# Socket Programming in C# An Introduction to Socket Programming in .NET using C# Hope this will help :-D
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you. View My Latest Article
Cool Thanks for the links.