Hi all,
So I think I have made it to possibly my 3rd or 4th post, so I m still new to this.

Anyway onto my question(s).

Assume my client application has connected to my server correctly.

Is it possible for the client application to do the following when closing?

TcpClient.GetStream.Close()

Will my server application see the stream has closed and if so will
TcpCLient.GetStream.CanRead then be false.

or how do I go about detecting a lost client?

Sorry the question is vague.

Regards

Adrian