KestrelServerLimits.Http3 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.
Limites applicables uniquement aux connexions HTTP/3.
public:
property Microsoft::AspNetCore::Server::Kestrel::Core::Http3Limits ^ Http3 { Microsoft::AspNetCore::Server::Kestrel::Core::Http3Limits ^ get(); };
public Microsoft.AspNetCore.Server.Kestrel.Core.Http3Limits Http3 { get; }
member this.Http3 : Microsoft.AspNetCore.Server.Kestrel.Core.Http3Limits
Public ReadOnly Property Http3 As Http3Limits