HttpSysOptions.Timeouts 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.
Expose les configurations de délai d’expiration Http.Sys. Ils peuvent également être configurés dans le Registre. Ces choix peuvent être modifiés à tout moment avant la suppression de l’écouteur. Ces paramètres ne s’appliquent pas lors de l’attachement à une file d’attente existante.
public:
property Microsoft::AspNetCore::Server::HttpSys::TimeoutManager ^ Timeouts { Microsoft::AspNetCore::Server::HttpSys::TimeoutManager ^ get(); };
public Microsoft.AspNetCore.Server.HttpSys.TimeoutManager Timeouts { get; }
member this.Timeouts : Microsoft.AspNetCore.Server.HttpSys.TimeoutManager
Public ReadOnly Property Timeouts As TimeoutManager