Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include (429) TooManyRequests in HttpStatusCodeEnum #173

Open
anushreeringne opened this issue Aug 24, 2022 · 1 comment
Open

Include (429) TooManyRequests in HttpStatusCodeEnum #173

anushreeringne opened this issue Aug 24, 2022 · 1 comment

Comments

@svick
Copy link

svick commented Aug 24, 2022

This status code was added in .Net Core 2.1, see dotnet/runtime#15650. Since new APIs are not being added to .Net Framework, you'll have to use (HttpStatusCode)429 if you can't switch to .Net Core/.Net 5+.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants