Search Forum
(57415 Postings)
Search Site/Articles

Archived Articles
712 Articles

C# Books
C# Consultants
What Is C#?
Download Compiler
Code Archive
Archived Articles
Advertise
Contribute
C# Jobs
Beginners Tutorial
C# Contractors
C# Consulting
Links
C# Manual
Contact Us
Legal

GoDiagram for .NET from Northwoods Software www.nwoods.com


              
Printable Version

C# Socket Programming
By S. Thangaraju

This is a simple example of socket programming using TCPListener and TCP client. Compile and run the server and client programs after the changing the IP addresses in the programs to the machine from which the server is going to run.

Download client.cs

Download server.cs