.NET HttpResponseMessage with custom http code like 429 The HttpResponseMessage has a constructor that takes in a value of the HttpStatusCode enum. Most of the http status codes you need are available in that enum. But what if you need to set the status code to a value that hasn’t been