P
Peter Steele
I'm writing a client/server application that uses TCP/IP to communicate. I
using the TcpClient/TcpListener classes to set up the communication and
these work well, but I'd like to set up some events to trap when data
arrives from the server to the client and vice versa. I've used some TCP/IP
components in C++ Builder where this kind of thing is really easy. Is there
something equivalent in C#?
using the TcpClient/TcpListener classes to set up the communication and
these work well, but I'd like to set up some events to trap when data
arrives from the server to the client and vice versa. I've used some TCP/IP
components in C++ Builder where this kind of thing is really easy. Is there
something equivalent in C#?