Related resources for TCP protocol
  • Creating a Server/Client Application Using Only TCP Protocol11/10/2020 6:45:16 AM. In this article, I will go through variosu stages of programming a server/client application framework in native .NET framework using TCP protocol only.
  • Simple SMTP Mailer12/28/2005 1:45:10 AM. This is a simple program which shows how to send mail via SMTP without using any framework support. While using the .NET SMTP classes may be a little easier, it is good to be able to go under the hood and get your hands dirty to understand what is going on at the socket level. For simple text messages, this implementation works fine.
  • Multicasting using UDP in C#12/26/2005 11:35:31 PM. The attached source code shows you how to use multi casting in a LAN environment.