Hello, I have a WCF service with a function GetData()
When my client calls this function,it takes a while to return the data after looping through some stuff
Within that period of time,if I pull of the wires on the server,no error is thrown.
How do I get to know if the client gets disconnected?
Thanks.
Edit:I'm using Wshttpbinding