ChaosHandler.Create429TooManyRequestsResponse(TimeSpan) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a HTTP status 429 response message
public static System.Net.Http.HttpResponseMessage Create429TooManyRequestsResponse (TimeSpan retry);
static member Create429TooManyRequestsResponse : TimeSpan -> System.Net.Http.HttpResponseMessage
Public Shared Function Create429TooManyRequestsResponse (retry As TimeSpan) As HttpResponseMessage
Parameters
Returns
A HttpResponseMessage object simulating a 429 response