KestrelServerOptions.Limits 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.
Fournit l’accès aux options de limite de requête.
public:
property Microsoft::AspNetCore::Server::Kestrel::KestrelServerLimits ^ Limits { Microsoft::AspNetCore::Server::Kestrel::KestrelServerLimits ^ get(); };
public Microsoft.AspNetCore.Server.Kestrel.KestrelServerLimits Limits { get; }
member this.Limits : Microsoft.AspNetCore.Server.Kestrel.KestrelServerLimits
Public ReadOnly Property Limits As KestrelServerLimits