ChaosHandler.Create503Response(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 503 response message
public static System.Net.Http.HttpResponseMessage Create503Response (TimeSpan retry);
static member Create503Response : TimeSpan -> System.Net.Http.HttpResponseMessage
Public Shared Function Create503Response (retry As TimeSpan) As HttpResponseMessage
Parameters
Returns
A HttpResponseMessage object simulating a 503 response