I was wondering how request throttling would work with WebApi self-hosting? Would this be something you would have to implement yourself?
1 Answer
Yes, you have to implemented it. The same way you implement it if it was not a self hosted service. Here's a blog post which illustrates it with an example of a custom delegating handler which achieves this task.
1 Comment
TBD
Thank you for your answer. I thought that IIS already had a feature which help with request throttling.