Condividi tramite


ConcurrencyLimiterOptions.OnRejected Proprietà

Definizione

Oggetto RequestDelegate che gestisce le richieste rifiutate da questo middleware. Se non modifica la risposta, verrà scritta una risposta 503 vuota.

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

Valore della proprietà

Si applica a