Related resources for TCPClient
  • Half Duplex Communication on Network With C#2/7/2013 4:28:46 AM. Here I explain how we can we communicate on network with c# code before I start I would like to mention that my code is for half duplex communication in which sender has to wait for the receiver message.
  • Real Time Application12/27/2005 4:48:29 AM. The Real time Application is a sample that shows the communication techniques between a client (TcpClient) and a server (TcpServer) application using Socket class on each side. The project also demonstrates how to using listview control in the real time project.