Welcome to this page who want to start writing their own program communication through socket API using C# .Net framework.
In this article I have shared the simple client server program before but many visitor comment me about bad indentation of code.That's why I removed previous code completely and started to write the series of article related TCP/IP Socket in C#.
The list of chapter:
1. Basic TCP Socket program
2. Basic UDP Socket program
3. Basic .Net Socket progarm
Note: Chapters in advanced topic will be updated soon.
The .NET framework provides two classes specifically for TCP: TcpClient and TcpListener.These classes provide a higher level abstraction of the Socket class, but as we will see there are instances when advanced functionality is available only through direct use of the Socket class.
In this article I have shared the simple client server program before but many visitor comment me about bad indentation of code.That's why I removed previous code completely and started to write the series of article related TCP/IP Socket in C#.
The list of chapter:
1. Basic TCP Socket program
2. Basic UDP Socket program
3. Basic .Net Socket progarm
Note: Chapters in advanced topic will be updated soon.
No comments:
Post a Comment