0
Answer

Socket TCP IP communication C#

Ask a question
Carlos Lira

Carlos Lira

10y
1.2k
1
I´ve a server side multi-thread application about TCP IP communication C# that is running all the time.
So.. when the client application get stop the tcp session, my server application not understand this action.. and continue to work with this disabled session. 
I expect that i can verify if this session is enabled or not. any solution?

I can verify manually using thet prompt command: netstat -a