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.
我的网络服务在C#,框架为4.0。
我需要从服务器上解决这一问题。