How to determine if a TcpClient has been closed?

  • Thread starter Thread starter Galore
  • Start date Start date
G

Galore

Hello!

I have two TcpClients changing data across a network, throught a
NetworkStream. I wanna raise an event when one of these TcpClients closes
the communication, how can I determine if this happened?

Thanks
 
Back
Top