Class HttpStatusCodeEx
- Namespace
- GuildWars2.Http
- Assembly
- GW2SDK.dll
Provides additional HTTP status codes which are missing in older .NET versions.
public static class HttpStatusCodeEx
- Inheritance
-
HttpStatusCodeEx
- Inherited Members
Fields
- TooManyRequests
Equivalent to HTTP status 429. TooManyRequests indicates that the user has sent too many requests in a given amount of time.