Is there any way for me to detect client disconnection from my service? I only get the chance to know if a certain client is disconnected on try-catch method which is not a very good way to do it. I don't want to create a timer for each new client that connects on my service just to monitor its last transaction.
A:
Andrew Shepherd
2010-07-28 03:36:52
Thanks, I though I can create my own event of client disconnection just like how tcp server works.
powerbox
2010-07-28 03:51:52