I was wondering how request throttling would work with WebApi self-hosting? Would this be something you would have to implement yourself?
I was wondering how request throttling would work with WebApi self-hosting? Would this be
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.