How can I know if a client has aborted/closed the connection from the server in a web service. I have an high traffic app and sometimes for intermitent communications my clients are aborting/closing the transactions and I have a positive negative, because I don't know if the client still waiting my response.
My webservice is in C# with framework 4.0
I need solve this from server.