Is there a way to tell a WCF service to response to a request (with or without aborting it\'s processing) after a certain amount of time, even if it didn\'t finish yet, some
I have solved the same problem and created a blog post:
http://kanchengcao.blogspot.com/2012/06/adding-timeout-and-congestion.html
In short:
So I implemented method to drop requests if the server is overloaded and is expected to cause more timeouts.