RateLimiterOptions.GlobalLimiter Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le global PartitionedRateLimiter<TResource> qui sera appliqué à toutes les demandes. Le limiteur global est exécuté en premier, suivi du limiteur spécifique au point de terminaison, le cas échéant.
public System.Threading.RateLimiting.PartitionedRateLimiter<Microsoft.AspNetCore.Http.HttpContext>? GlobalLimiter { get; set; }
member this.GlobalLimiter : System.Threading.RateLimiting.PartitionedRateLimiter<Microsoft.AspNetCore.Http.HttpContext> with get, set
Public Property GlobalLimiter As PartitionedRateLimiter(Of HttpContext)