ConcurrencyLimiterOptions.OnRejected Property
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.
A RequestDelegate that handles requests rejected by this middleware. If it doesn't modify the response, an empty 503 response will be written.
public:
property Microsoft::AspNetCore::Http::RequestDelegate ^ OnRejected { Microsoft::AspNetCore::Http::RequestDelegate ^ get(); void set(Microsoft::AspNetCore::Http::RequestDelegate ^ value); };
public Microsoft.AspNetCore.Http.RequestDelegate OnRejected { get; set; }
member this.OnRejected : Microsoft.AspNetCore.Http.RequestDelegate with get, set
Public Property OnRejected As RequestDelegate