ConcurrencyLimiterOptions.OnRejected Property

Definition

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

Property Value

Applies to