KestrelServerLimits.Http2 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/2.
public:
property Microsoft::AspNetCore::Server::Kestrel::Core::Http2Limits ^ Http2 { Microsoft::AspNetCore::Server::Kestrel::Core::Http2Limits ^ get(); };
public Microsoft.AspNetCore.Server.Kestrel.Core.Http2Limits Http2 { get; }
member this.Http2 : Microsoft.AspNetCore.Server.Kestrel.Core.Http2Limits
Public ReadOnly Property Http2 As Http2Limits