Re: TCP Connection Status
I'm not sure I understand your question. What status are you looking to retrieve? The Connected property tells you if it is connected or not, but since that is not enough...what are you missing?
Re: TCP Connection Status
Quote:
Originally Posted by Atheist
I'm not sure I understand your question. What status are you looking to retrieve? The Connected property tells you if it is connected or not, but since that is not enough...what are you missing?
Ah, Yes, Have you ever try this:
a) Let both Client and Server connected.
b) Then Shut the Server down.
c) The Client.Connected property will stayed True. Which is not correct.
I tried many many times. That why I asked this question. If you compared with VB6, I can verify the current connection status continously.
May be I'm wrong. Can you share how you managed the status in C#?
Thanks