tags:

views:

65

answers:

1

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
Thanks, I though I can create my own event of client disconnection just like how tcp server works.
powerbox